blob: d56f0efa5fb7f852498cd3bb61b57bba47bb774e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $OpenBSD: instbin.conf,v 1.9 2002/04/18 21:50:27 deraadt Exp $
#
# instbin.conf - unified binary for the kc floppy
#
srcdirs bin sbin usr.bin gnu/usr.bin usr.sbin
progs gawk cat chmod cp df disklabel ed expr fsck ftp
progs ifconfig init ln ls mkdir mknod more mount mt dd
progs mount_ffs mount_nfs mv newfs reboot rm route sed ksh shutdown
progs slattach strings stty sync test umount pax
ln chmod chgrp
ln chmod chown
ln mount_ffs ffs
ln mount_nfs nfs
ln ksh -sh # init invokes the shell this way
ln ksh sh
ln pax tar
ln test [
ln reboot halt
libs -ledit -lutil -ltermcap -ll -lz -lm -lcompat
|