blob: 0935c8a7e8a4708dc1609d01cd83e6f57d713b42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: kcbin.conf,v 1.2 1996/06/16 09:15:33 deraadt Exp $
#
# kcbin.conf - unified binary for the kc floppy
#
srcdirs bin sbin
progs cp dd disklabel fsck_ffs init mount mount_ffs reboot sh test umount
ln test [
ln fsck_ffs fsck
ln mount_ffs ffs
ln reboot halt
ln sh -sh # init invokes the shell this way
libs -ledit -lutil -ltermcap -lcrypt -ll
|