-# $NetBSD: Makefile,v 1.7 1995/10/10 01:19:16 cgd Exp $
+# $NetBSD: Makefile,v 1.11 1995/12/09 05:27:22 cgd Exp $
# Make a distribution for the alpha, on a spare disk.
# This creates a large, gzipped disk image in ${.OBJDIR}
+TARGETS= bin.tar.gz etc.tar.gz x11.tar.gz rz25-image.gz
+
.if !defined(DESTDIR) || !defined(DESTDISK)
all:
@echo both 'DESTDIR' and 'DESTDISK' must be defined.
SECPERCYL= 558
CYLS= 1476
-all: bin.tar.gz etc.tar.gz rz25-image.gz
+all: ${TARGETS}
mount-fs:
disklabel -W ${DESTDISK}
-dd if=/dev/zero of=/dev/r${DESTDISK}c bs=`expr ${SECPERCYL} \* 512` \
count=${CYLS}
- disklabel -w -r -B -b /usr/mdec/sdboot -s /usr/mdec/bootsd \
- ${DESTDISK} rz25
+ disklabel -w -r ${DESTDISK} rz25
disklabel -W ${DESTDISK}
newfs -O /dev/r${DESTDISK}a
newfs -O /dev/r${DESTDISK}d
cd ${.CURDIR}/../../../etc && make distribution
cd ${.CURDIR}/../../../cygnus && \
make prefix=${DESTDIR}/usr/local install
+ cd ${.CURDIR}/../../../xc && make install install.man
cp ${.CURDIR}/../../../sys/arch/alpha/compile/GENERIC/netbsd ${DESTDIR}
ln -s gcc ${DESTDIR}/usr/local/bin/cc
ln -s \
- ../local/lib/gcc-lib/alpha-unknown-netbsd1.0A/2.7-95q4/cpp \
+ ../local/lib/gcc-lib/alpha-unknown-netbsd1.0A./2.7-95q4/cpp \
${DESTDIR}/usr/libexec
ln -s ../local/bin/ar ${DESTDIR}/usr/bin
ln -s ../local/bin/as ${DESTDIR}/usr/bin
ln -s ../local/bin/size ${DESTDIR}/usr/bin
ln -s ../local/bin/strip ${DESTDIR}/usr/bin
cp -p ${DESTDIR}/usr/mdec/boot ${DESTDIR}/
+ sync; sleep 1; sync; sleep 1
+ ${DESTDIR}/usr/mdec/installboot -v ${DESTDIR}/boot \
+ ${DESTDIR}/usr/mdec/bootxx /dev/r${DESTDISK}c
unmount-fs:
umount ${DESTDIR}/usr ${DESTDIR}
bin.tar.gz: mount-fs build-fs
/bin/rm -f $@
- (cd ${DESTDIR} ; find . | grep -v '^./etc' | pax -w -d | gzip -9) > $@
+ (cd ${DESTDIR} ; find . | grep -v '^./etc' | \
+ grep -v '^./usr/X11R6' | grep -v '^./netbsd' | \
+ grep -v '^./boot' | pax -w -d | gzip -9) > $@
etc.tar.gz: mount-fs build-fs
/bin/rm -f $@
(cd ${DESTDIR} ; find ./etc | pax -w -d | gzip -9) > $@
+x11.tar.gz: mount-fs build-fs
+ /bin/rm -f $@
+ (cd ${DESTDIR} ; find ./usr/X11R6 | pax -w -d | gzip -9) > $@
+
.endif
_SUBDIRUSE:
# clean dependencies in case somebody decides to shortcut the build.
clean:
- /bin/rm -f bin.tar.gz etc.tar.gz rz25-image.gz
+ /bin/rm -f ${TARGETS}
/bin/rm -f mount-fs build-fs unmount-fs
.include <bsd.own.mk>
-# $Id: Makefile.inc,v 1.2 1995/11/28 17:31:49 deraadt Exp $
+# $Id: Makefile.inc,v 1.3 1995/12/14 06:59:50 deraadt Exp $
# TOP is assumed to be defined by Makefile including this one.
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.commonutils,v 1.2 1995/11/06 21:27:23 deraadt Exp $
+# $Id: dot.commonutils,v 1.3 1995/12/14 06:59:51 deraadt Exp $
# Installation utilites (functions), to get NetBSD installed on
# the hard disk. These are meant to be invoked from the shell prompt,
-# $Id: list,v 1.2 1995/11/28 17:31:51 deraadt Exp $
+# $Id: list,v 1.3 1995/12/14 06:59:52 deraadt Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
-# $Id: list,v 1.2 1995/11/28 17:31:44 deraadt Exp $
+# $Id: list,v 1.3 1995/12/14 06:59:49 deraadt Exp $
# the disktab explanation file
COPY disktab.preinstall etc
-# $Id: list,v 1.2 1995/11/28 17:31:55 deraadt Exp $
+# $Id: list,v 1.3 1995/12/14 06:59:53 deraadt Exp $
# copy the kernel
COPY ${CURDIR}/../../../../sys/arch/amiga/compile/INSTALL/netbsd netbsd
-# $NetBSD: Makefile.inc,v 1.1.1.1.2.1 1995/10/13 21:06:42 leo Exp $
+# $NetBSD: Makefile.inc,v 1.2 1995/11/28 23:57:10 jtc Exp $
# Revision is 1.1
REV= 11
#
-# $NetBSD: dot.commonutils,v 1.2.2.1 1995/11/15 22:01:35 leo Exp $
+# $NetBSD: dot.commonutils,v 1.3 1995/11/28 23:57:12 jtc Exp $
#
# Copyright (c) 1994 Christopher G. Demetriou
# All rights reserved.
-# $NetBSD: Makefile.inc,v 1.1.2.1 1995/11/07 07:31:09 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.2 1995/11/28 23:57:15 jtc Exp $
# Revision is 1.1
REV= 11
-# $NetBSD: instbin.conf,v 1.1.2.3 1995/11/14 10:03:13 thorpej Exp $
+# $NetBSD: instbin.conf,v 1.4 1995/11/14 10:12:36 thorpej Exp $
#
# instbin.conf - configuration for hp300 miniroot
-# $NetBSD: list,v 1.1.2.3 1995/11/14 10:03:15 thorpej Exp $
+# $NetBSD: list,v 1.4 1995/11/14 10:12:38 thorpej Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
-# $NetBSD: mtree.conf,v 1.1.2.1 1995/11/07 07:22:07 thorpej Exp $
+# $NetBSD: mtree.conf,v 1.3 1995/11/14 10:12:39 thorpej Exp $
/set type=dir uname=root gname=wheel mode=0755
# .
-# $NetBSD: dot.profile,v 1.1.2.1 1995/11/11 06:16:44 thorpej Exp $
+# $NetBSD: dot.profile,v 1.2 1995/11/11 06:24:47 thorpej Exp $
#
# Copyright (c) 1995 Jason R. Thorpe
# Copyright (c) 1994 Christopher G. Demetriou
#!/bin/sh
-# $NetBSD: install.sh,v 1.1.2.7 1995/11/16 07:30:54 thorpej Exp $
+# $NetBSD: install.sh,v 1.6 1995/11/28 23:57:17 jtc Exp $
#
# Copyright (c) 1995 Jason R. Thorpe.
# All rights reserved.
# In a perfect world, this would be a nice C program, with a reasonable
# user interface.
-VERSION=1.1
+VERSION=1.1A
export VERSION # XXX needed in subshell
ROOTDISK="" # filled in below
FILESYSTEMS="/tmp/filesystems" # used thoughout
-# $NetBSD: list,v 1.1.2.1 1995/11/14 01:36:10 thorpej Exp $
+# $NetBSD: list,v 1.2 1995/11/14 01:40:42 thorpej Exp $
# copy the kernel
COPY ${CURDIR}/../../../../sys/arch/hp300/compile/GENERIC/netbsd netbsd
#!/bin/sh
-# $NetBSD: upgrade.sh,v 1.1.2.1 1995/11/14 09:59:58 thorpej Exp $
+# $NetBSD: upgrade.sh,v 1.2 1995/11/28 23:57:19 jtc Exp $
#
# Copyright (c) 1995 Jason R. Thorpe.
# All rights reserved.
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.commonutils,v 1.2 1995/11/06 21:27:38 deraadt Exp $
+# $Id: dot.commonutils,v 1.3 1995/12/14 07:00:12 deraadt Exp $
# Installation utilites (functions), to get NetBSD installed on
# the hard disk. These are meant to be invoked from the shell prompt,
#
# kcbin.conf - unified binary for the kc floppy
-# $Id: instbin.conf,v 1.2 1995/11/23 15:58:00 deraadt Exp $
+# $Id: instbin.conf,v 1.3 1995/12/14 07:00:12 deraadt Exp $
#
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin
-# $Id: list,v 1.2 1995/11/23 15:58:01 deraadt Exp $
+# $Id: list,v 1.3 1995/12/14 07:00:13 deraadt Exp $
# copy the crunched binary, link to it, and kill it
COPY ${OBJDIR}/instbin instbin
-# $Id: mtree.conf,v 1.2 1995/11/23 15:58:02 deraadt Exp $
+# $Id: mtree.conf,v 1.3 1995/12/14 07:00:13 deraadt Exp $
/set type=dir uname=root gname=wheel mode=0755
# .
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.hdprofile,v 1.2 1995/11/23 15:57:57 deraadt Exp $
+# $Id: dot.hdprofile,v 1.3 1995/12/14 07:00:09 deraadt Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.profile,v 1.2 1995/11/23 15:57:58 deraadt Exp $
+# $Id: dot.profile,v 1.3 1995/12/14 07:00:10 deraadt Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: install.sh,v 1.3 1995/11/23 15:57:59 deraadt Exp $
+# $Id: install.sh,v 1.4 1995/12/14 07:00:10 deraadt Exp $
# NetBSD installation script.
# In a perfect world, this would be a nice C program, with a reasonable
-# $Id: Makefile,v 1.2 1995/11/06 21:27:41 deraadt Exp $
+# $Id: Makefile,v 1.3 1995/12/14 07:00:15 deraadt Exp $
TOP= ${.CURDIR}/..
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: upgrade.sh,v 1.2 1995/11/06 21:27:47 deraadt Exp $
+# $Id: upgrade.sh,v 1.3 1995/12/14 07:00:15 deraadt Exp $
# NetBSD upgrade script.
# In a perfect world, this would be a nice C program, with a reasonable
type:
mkdir /mnt/ados
- mount_ados /dev/sd0d /mnt/ados
+ mount_ados -o ro /dev/sd0d /mnt/ados
You can use `disklabel sd0' to find out what types
of partitions are on the disk `sd0'.
FTP
NetBSD partitions, if doing an upgrade.
->>> Transfering install/upgrade file system image to swap partition
-No matter what you do, however, you'll need to have one disk handy,
-on which you will put the install floppy image.
-
-All the images are available from the directory "amiga/floppies",
->>> ^^^^^^^^
-under the root of the NetBSD tree at your favorite archive site.
-
-If you are using NetBSD/amiga to make the floppies, you should use
-the command dd(1) to write the raw floppy images (.fs files) to
-the disk. To write onto fd0 use:
-
- dd if=inst-11.fs of=/dev/rfd0a bs=11b
-
-If you are using AmigaDOS to make the floppies, you should
-use the rawwrite utility, provided in the directory
-"amiga/utilities" in the distribution. To write the image to
-the floppy in df0 use (from cli):
-
- rawwrite 0 inst-11.fs
->>> fix above to document file system transfer to swap paritition
->>> using xstreamtodev
+The install or upgrade miniroot filesystem needs to be transferred
+to the NetBSD swap partition. This can be done from AmigaDOS in
+the case of a new install or upgrade, or from NetBSD when doing an
+upgrade. See the "Preparing your System for NetBSD Installation"
+section for details.
The steps necessary to prepare the distribution sets
for installation depend on which method of installation
Anything else is up to you!
NOTE: The hp300 installation procedure utilizes a `miniroot' filesystem
-which is placed into the swap area of the disk. The swap area must be
+which is placed into the swap area of the disk. The swap are must be
at least large enough to hold this miniroot image.
The following HP hardware is supported:
Controllers are numbered 0, 1, ... starting with the lowest select code.
SCSI controllers and HP-IB controllers are counted separately. Therefore,
-if you have a system with an internal HP-IB interface at select code 7,
+if you had a system with an internal HP-IB interface at select code 7,
a fast HP-IB interface at select code 14, and a SCSI interface at select
code 16, unit numers might be something like the following:
manual pages on your server system if you need more information about
exporting filesystems.
-You are now ready to load SYS_INST. During the client's self-test cycle,
-press the space bar a few times. Shortly, you should see a menu of possible
-boot options appear. Select the option corresponding to SYS_INST. SYS_INST
-will load and prompt you for a command.
+You are now ready to SYS_INST. During the client's self-test cycle, press
+the space bar a few times. Shortly, you should see a menu of possible boot
+options appear. Select the option corresponding to SYS_INST. SYS_INST will
+load and prompt you for a command.
If this is a new NetBSD installation, you will need to place a disklabel
on the disk.
This product includes software developed by Christian E. Hopps.
- This product includes software developed by Paul Kranenburg.
-
This product includes software developed by John Kohl.
+ This product includes software developed by Paul Kranenburg.
+
This product includes software developed by Terrence R. Lambert.
This product includes software developed by Frank van der Linden.
-NetBSD/pc532 1.0 runs on a PC532 computer. It supports a subset of the
+NetBSD/pc532 1.1 runs on a PC532 computer. It supports a subset of the
"standard" hardware to date. This is defined as:
4 - 32 Megs of memory
Most SCSI disks work (fixed and floppy)
A few SCSI tapes work
Some SCSI CD-ROM drives work
+ The Matthias Pfaller Parallel Port.
NetBSD/pc532 currently expects the ROM monitor to be the "autoboot
monitor" of Oct/Nov 1991. It includes support to set up auto booting
d) The disk driver is polled, not interrupt driven.
- e) kernel support for debugging is not working correctly.
-
- f) shared libraries are not used yet.
\ No newline at end of file
ROM monitor. As such, usually another computer has the distribution
on disk and is connected via a serial line to your pc532's console
port. A terminal connected to the attached host computer is used
-to access the pc532 console via a terminal program.
+to access the pc532 console via a terminal program. The source for
+a program called download is part of this distribution. Download
+sends data to the ROM monitor over the serial line.
You may need to find and read the documentation about the ROM monitor
download command and other low level comands.
you can use that OS to get NetBSD/pc532 on a hard disk much easier than
with the ROM monitor. (NetBSD/pc532 was developed from Minix/pc532
until it was self hosting. You can run NetBSD and Minix or other OS
-off the same disk.)
\ No newline at end of file
+off the same disk.)
-The sparc-specific portion of the NetBSD 1.1 release is found in the
+The sparc-specific portion of the NetBSD RELEASE release is found in the
"sparc" subdirectory of the distribution. That subdirectory is laid
out as follows:
-.../NetBSD-1.1/sparc/
+.../NetBSD-RELEASE/sparc/
binary/ sparc binary distribution sets;
see below.
and installation script.
The NetBSD/sparc binary distribution sets contain the binaries which
-comprise the NetBSD 1.1 release for the sparc. There are seven binary
+comprise the NetBSD RELEASE release for the sparc. There are seven binary
distribution sets, and the "security" distribution set. The binary
distribution sets can be found in subdirectories of the "sparc/binary"
-subdirectory of the NetBSD 1.1 distribution tree, and are as follows:
+subdirectory of the NetBSD RELEASE distribution tree, and are as follows:
- base11 The NetBSD/sparc 1.1 base binary distribution. You
+ base11 The NetBSD/sparc RELEASE base binary distribution. You
MUST install this distribution set. It contains the
base NetBSD utilities that are necessary for the
system to run and be minimally functional. It
[ 0.8M gzipped, 3.1M uncompressed ]
The sparc security distribution set is named "secr11" and can be found
-in the "sparc/security" subdirectory of the NetBSD 1.1 distribution
+in the "sparc/security" subdirectory of the NetBSD RELEASE distribution
tree. It contains crypt.c (the source file for the DES encryption
algorithm) and the binaries which depend on it. It can only be found
on those sites which carry the complete NetBSD distribution and that
-NetBSD/sparc 1.1 runs on the following classes of machines:
+NetBSD/sparc RELEASE runs on the following classes of machines:
- sun4c (e.g. the SS1, SS1+, SS2, IPC, ELC, IPX, and SLC)
- sun4 (e.g. the 4/100, 4/200, and 4/300. note that support
for the 4/400 processor is incomplete)
-NetBSD/sparc 1.1 does *not* run on these machines (yet):
+NetBSD/sparc RELEASE does *not* run on these machines (yet):
- sun-4/400 (lacking support for the I/O cache, and has
ethernet problems)
- sun4m (e.g. sparc classic, 4, 5, 10, and 20)
ok setenv boot-device /sbus/esp/sd@0,0
-Congratulations, you have successfully installed NetBSD 1.1. When you
+Congratulations, you have successfully installed NetBSD RELEASE. When you
reboot into NetBSD, you should log in as "root" at the login prompt.
There is no initial password, but if you're using the machine in a
networked environment, you should create yourself an account and
protect it and the "root" account with good passwords.
-Some of the files in the NetBSD 1.1 distribution might need to be
+Some of the files in the NetBSD RELEASE distribution might need to be
tailored for your site. In particular, the /etc/sendmail.cf file will
almost definitely need to be adjusted, and other files in /etc will
probably need to be modified. If you are unfamiliar with UN*X-like
-NetBSD 1.1 is the second release for the sparc. Many more sparc
+NetBSD RELEASE is the second release for the sparc. Many more sparc
models and devices are now supported.
In addition to the SunOS 4.1 compatibility present in NetBSD/sparc 1.0,
-version 1.1 will also run some number of SunOS 5 (SVR4) executables
+version RELEASE will also run some number of SunOS 5 (SVR4) executables
in binary emulation mode.
-# $NetBSD: Makefile,v 1.1.1.1.2.1 1995/10/31 06:49:34 phil Exp $
+# $NetBSD: Makefile,v 1.2 1995/11/28 23:58:45 jtc Exp $
SUBDIR= inst # upgr
-# $Id: Makefile.inc,v 1.2 1995/11/06 21:28:18 deraadt Exp $
+# $Id: Makefile.inc,v 1.3 1995/12/14 07:00:30 deraadt Exp $
# Revision is 1.1
REV= 11
-# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:37:42 deraadt Exp $
+# $NetBSD: Makefile.inc,v 1.5 1995/11/28 23:58:56 jtc Exp $
# TOP is assumed to be defined by Makefile including this one.
-/bin/rm -f ${IMAGE}
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
+ (cd ${COMMONDIR}; ${MAKE} download.o)
crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.commonutils,v 1.2 1995/11/06 21:28:20 deraadt Exp $
+# $Id: dot.commonutils,v 1.3 1995/12/14 07:00:35 deraadt Exp $
# Installation utilites (functions), to get NetBSD installed on
# the hard disk. These are meant to be invoked from the shell prompt,
#
# kcbin.conf - unified binary for the kc floppy
-# $Id: instbin.conf,v 1.2 1995/11/06 21:53:53 deraadt Exp $
+# $Id: instbin.conf,v 1.3 1995/12/14 07:00:36 deraadt Exp $
#
srcdirs bin sbin usr.bin usr.sbin gnu/usr.bin games
-# $Id: list,v 1.2 1995/11/06 21:53:54 deraadt Exp $
+# $Id: list,v 1.3 1995/12/14 07:00:36 deraadt Exp $
# copy the MAKEDEV script and make some devices
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
-# $Id: mtree.conf,v 1.1.1.1 1995/10/18 08:37:42 deraadt Exp $
+# $Id: mtree.conf,v 1.2 1995/12/14 07:00:37 deraadt Exp $
/set type=dir uname=root gname=wheel mode=0755
# .
# ./usr/share
..
+# ./usr/local
+local
+
+# ./usr/local/bin
+bin
+
+# ./usr/local/bin
+..
+
+# ./usr/local
+..
+
# ./usr
..
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: install.sh,v 1.2 1995/11/16 14:20:06 deraadt Exp $
+# $Id: install.sh,v 1.3 1995/12/14 07:00:32 deraadt Exp $
# NetBSD installation script.
# In a perfect world, this would be a nice C program, with a reasonable
./usr/mdec/bootxx
./usr/mdec/boot
./usr/mdec/binstall
-./usr/bin/fdeject
./usr/sbin/eeprom
./usr/sbin/installboot
./usr/sbin/screenblank
./usr/share/nls/Pig/libc.cat
./usr/share/nls/de
./usr/share/nls/de/libc.cat
+./usr/share/nls/es
+./usr/share/nls/es/libc.cat
./usr/share/nls/fr
./usr/share/nls/fr/libc.cat
./usr/share/skel
./usr/share/man/cat1/echo.0
./usr/share/man/cat1/ed.0
./usr/share/man/cat1/egrep.0
+./usr/share/man/cat1/eject.0
./usr/share/man/cat1/env.0
./usr/share/man/cat1/error.0
./usr/share/man/cat1/ex.0
#!/bin/sh
-# $NetBSD: install.sh,v 1.2.2.2 1995/11/16 22:30:55 pk Exp $
+# $NetBSD: install.sh,v 1.7 1995/11/16 22:29:46 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe.
# All rights reserved.
#!/bin/sh
-# $NetBSD: upgrade.sh,v 1.3.2.1 1995/11/16 22:30:57 pk Exp $
+# $NetBSD: upgrade.sh,v 1.5 1995/11/16 22:29:48 pk Exp $
#
# Copyright (c) 1995 Jason R. Thorpe.
# All rights reserved.
-# $NetBSD: Makefile.inc,v 1.2.4.1 1995/11/21 21:26:41 gwr Exp $
+# $NetBSD: Makefile.inc,v 1.3 1995/11/21 21:17:19 gwr Exp $
# utils one might want in a crunched binary
BSDSRCDIR?= /usr/src