blob: 4d012623c066e09cc545d15f63cc8cdfbfc4d534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#
# kcbin.conf - unified binary for the kc floppy
# $Id: instbin.conf,v 1.4 1996/09/22 20:20:49 tholo Exp $
#
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
|