blob: 4eaac659320156eab317bf553c1503f622b10d80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $OpenBSD: instbin.conf,v 1.5 2000/03/01 22:10:14 todd 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 chown 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 chown chgrp
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
|