blob: 0a001e2e7cd9f15d4902e714b24b921751a31df7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# kcbin.conf - unified binary for the kc floppy
# $Id: kcbin.conf,v 1.1 1995/10/18 08:37:35 deraadt Exp $
#
srcdirs bin sbin
progs cp dd disklabel fsck init mount mount_ffs reboot sh test umount
ln test [
ln mount_ffs ffs
ln reboot halt
ln sh -sh # init invokes the shell this way
libs -ledit -lutil -ltermcap -lcrypt -ll
|