summaryrefslogtreecommitdiffstats
path: root/release/pc98/boot_crunch.conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-21 17:55:38 +0000
committerobrien <obrien@FreeBSD.org>2001-07-21 17:55:38 +0000
commit49a8dac4917a9ffc0e37c1fdccc7cedf43941343 (patch)
treeefa1b792f02af13f4f3c3288daa767c1e318b2a1 /release/pc98/boot_crunch.conf
parent33b879fe4dd08027ab12adeb3ea9776ac7f59b8b (diff)
downloadFreeBSD-src-49a8dac4917a9ffc0e37c1fdccc7cedf43941343.zip
FreeBSD-src-49a8dac4917a9ffc0e37c1fdccc7cedf43941343.tar.gz
I think this is OK for PC98, someone please check.
As was done to i386/boot_crunch.conf: + 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. + Do not need libipx as I have conditionally diked that functional out of ifconfig(8).
Diffstat (limited to 'release/pc98/boot_crunch.conf')
-rw-r--r--release/pc98/boot_crunch.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/pc98/boot_crunch.conf b/release/pc98/boot_crunch.conf
index 8c126a7..a7466e0 100644
--- a/release/pc98/boot_crunch.conf
+++ b/release/pc98/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
@@ -14,7 +14,6 @@ srcdirs /usr/src/sbin
progs dhclient fsck fsck_4.2bsd ifconfig
progs mount_nfs newfs route rtsol
progs slattach tunefs
-ln newfs mount_mfs
srcdirs /usr/src/usr.bin
progs find minigzip sed
@@ -27,4 +26,4 @@ progs arp pccardc pccardd ppp
progs sysinstall usbd usbdevs
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
-libs -ldialog -lncurses -ldisk -lipx
+libs -ldialog -lncurses -ldisk
OpenPOWER on IntegriCloud