25337c6246
Actually src/release/i386/boot_crunch.conf rev 1.45 does this change, but unfortunately there is no src/sbin/fsck_4.2bsd directory, but src/sbin/fsck_ffs. This commit replaces 'fsck_4.2bsd' to 'fsck_ffs', and add a link to 'fsck_4.2bsd' and 'fsck_ufs'. Note that 4-stable's fsck(8) have an ability of fsck_ffs also, there is no need to MFC at least now. Tested only for: i386 (but I believe this doesn't break for other archs)
32 lines
571 B
Plaintext
32 lines
571 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_ffs ifconfig
|
|
progs mount_nfs newfs route rtsol
|
|
progs tunefs
|
|
ln fsck_ffs fsck_4.2bsd
|
|
ln fsck_ffs fsck_ufs
|
|
|
|
srcdirs /usr/src/usr.bin
|
|
progs find minigzip sed
|
|
ln minigzip gzip
|
|
ln minigzip gunzip
|
|
ln minigzip zcat
|
|
|
|
srcdirs /usr/src/usr.sbin
|
|
progs arp ppp
|
|
progs sysinstall
|
|
|
|
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
|
|
libs -ldialog -lncurses -ldisk
|