1ec675a25a
complains about "Malformed numbers" while unpacking the dists and what winds up on the disk isn't correct. Use this as an opportunity to switch over to bsdcpio since at this point we don't even build and install the gnu cpio by default. Note sysinstall needed to be tweaked a bit (dropping tape block size setting) because it seems bsdcpio doesn't do anything with block sizes, at least as far as reading from archives goes. That wasn't really a problem since installations from tape have been broken for a while and the rest of sysinstall's tape support code will be removed shortly.
46 lines
697 B
Plaintext
46 lines
697 B
Plaintext
# $FreeBSD$
|
|
|
|
buildopts -DRELEASE_CRUNCH -Dlint
|
|
|
|
srcdirs /usr/src/bin
|
|
progs hostname
|
|
progs pwd
|
|
progs rm
|
|
progs sh
|
|
progs test
|
|
ln sh -sh
|
|
ln test [
|
|
|
|
srcdirs /usr/src/sbin
|
|
progs camcontrol
|
|
progs dhclient
|
|
progs fsck_ffs
|
|
progs ifconfig
|
|
progs mount_nfs
|
|
progs newfs
|
|
progs route
|
|
progs rtsol
|
|
progs slattach
|
|
progs tunefs
|
|
ln fsck_ffs fsck_4.2bsd
|
|
ln fsck_ffs fsck_ufs
|
|
|
|
srcdirs /usr/src/usr.bin
|
|
progs cpio
|
|
progs find
|
|
progs minigzip
|
|
progs sed
|
|
ln minigzip gzip
|
|
ln minigzip gunzip
|
|
ln minigzip zcat
|
|
|
|
srcdirs /usr/src/usr.sbin
|
|
progs arp
|
|
progs ppp
|
|
progs sysinstall
|
|
progs usbdevs
|
|
|
|
libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
|
|
libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -lbsdxml
|
|
libs -larchive -lbz2
|