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