597dd1b581
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).
30 lines
592 B
Plaintext
30 lines
592 B
Plaintext
# $FreeBSD$
|
|
|
|
buildopts -DRELEASE_CRUNCH -dlint
|
|
|
|
srcdirs /usr/src/bin
|
|
progs hostname pwd rm sh test
|
|
ln sh -sh
|
|
ln test [
|
|
|
|
srcdirs /usr/src/gnu/usr.bin
|
|
progs cpio
|
|
|
|
srcdirs /usr/src/sbin
|
|
progs dhclient fsck fsck_4.2bsd ifconfig
|
|
progs mount_nfs newfs route rtsol
|
|
progs slattach tunefs
|
|
|
|
srcdirs /usr/src/usr.bin
|
|
progs find minigzip sed
|
|
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
|
|
|
|
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
|
|
libs -ldialog -lncurses -ldisk
|