mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
+ 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).
This commit is contained in:
parent
de6e1e1a31
commit
5b3d192e30
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80096
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user