blob: a4ac3635ae86a8d2fd6da78bf58d6b5691e0edc3 (
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.6 2000/06/09 17:42:55 mickey Exp $
#
# kcbin.conf - unified binary for the kc floppy
#
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
srcdirs /usr/src/gnu/usr.bin
progs gawk cat chmod chroot 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 sh shutdown
progs slattach strings stty sync tar test umount update
ln chmod chgrp
ln chmod chown
ln mount_ffs ffs
ln mount_nfs nfs
ln gawk awk
ln sh -sh # init invokes the shell this way
ln test [
ln reboot halt
libs -ledit -lutil -ltermcap -lcrypt -ll -lz -lm
|