blob: 948f99b3505787416f2376e3fc224c20417f3845 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#
# $NetBSD: instbin.conf,v 1.5 1995/08/28 20:10:30 leo 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 cat chmod chown chroot cp dd df disklabel ed expr fsck ftp
progs ifconfig init ln ls mkdir mknod more mount mount_cd9660
progs mount_ffs mount_msdos mount_nfs mv newfs printf pwd reboot rm route sed
progs sh shutdown slattach strings stty sync tar test tip umount update
ln chown chgrp
ln reboot halt
ln sh -sh # init invokes the shell this way
ln test [
ln mount_ffs ffs
ln mount_msdos msdos
ln mount_nfs nfs
ln mount_cd9660 cd9660
libs -ledit -lutil -ltermcap -lcrypt -ll -lz -lm
|