summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-21 17:26:55 +0000
committerobrien <obrien@FreeBSD.org>2001-07-21 17:26:55 +0000
commit1e31c3c60e62a318784a25732abf091d13a2ed84 (patch)
treed6d182dfd3e59fb516fb74f00a363341b752f4d0 /release/alpha
parentf7cd7de431d2c690324476e1775fbab118b6aeec (diff)
downloadFreeBSD-src-1e31c3c60e62a318784a25732abf091d13a2ed84.zip
FreeBSD-src-1e31c3c60e62a318784a25732abf091d13a2ed84.tar.gz
+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
only, the libs will still have the `rcsid's in them). + mount_mfs is OBE. + The Alpha install does not support SLIP, PCCARD or USB installs; so we do not need the associated userland utils. + Do not need libipx as I have conditionally diked that functional out of ifconfig(8).
Diffstat (limited to 'release/alpha')
-rw-r--r--release/alpha/boot_crunch.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf
index 8c126a7..5039bd3 100644
--- a/release/alpha/boot_crunch.conf
+++ b/release/alpha/boot_crunch.conf
@@ -1,6 +1,6 @@
# $FreeBSD$
-buildopts -DRELEASE_CRUNCH
+buildopts -DRELEASE_CRUNCH -Dlint
srcdirs /usr/src/bin
progs hostname pwd rm sh test
@@ -13,8 +13,7 @@ progs cpio
srcdirs /usr/src/sbin
progs dhclient fsck fsck_4.2bsd ifconfig
progs mount_nfs newfs route rtsol
-progs slattach tunefs
-ln newfs mount_mfs
+progs tunefs
srcdirs /usr/src/usr.bin
progs find minigzip sed
@@ -22,9 +21,9 @@ ln minigzip gzip
ln minigzip gunzip
ln minigzip zcat
-srcdirs /usr/src/usr.sbin /usr/src/usr.sbin/pccard
-progs arp pccardc pccardd ppp
-progs sysinstall usbd usbdevs
+srcdirs /usr/src/usr.sbin
+progs arp ppp
+progs sysinstall
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
-libs -ldialog -lncurses -ldisk -lipx
+libs -ldialog -lncurses -ldisk
OpenPOWER on IntegriCloud