mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
dda697f031
Adjust boot floppy to (hopefully) include libdisk in the crunch.
19 lines
553 B
Plaintext
19 lines
553 B
Plaintext
# $Id: boot_crunch.conf,v 1.2 1995/05/09 23:02:56 jkh Exp $
|
|
|
|
srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
|
|
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin
|
|
|
|
# Programs from bin/
|
|
# progs sh mkdir rm mknod chmod expr
|
|
# progs ln test mount umount cat mv sync cp
|
|
# progs cpio gzip newfs
|
|
progs sysinstall newfs gzip cpio fsck dialog bad144 fsck
|
|
ln gzip gunzip
|
|
ln gzip zcat
|
|
# ln sh -sh
|
|
# ln sysinstall oinit
|
|
# ln test [
|
|
|
|
# libs -ll -ledit -ltermcap -lutil -lscrypt
|
|
libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk
|