diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /distrib/atari/inst-common/instbin.conf |
initial import of NetBSD tree
Diffstat (limited to 'distrib/atari/inst-common/instbin.conf')
-rw-r--r-- | distrib/atari/inst-common/instbin.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/distrib/atari/inst-common/instbin.conf b/distrib/atari/inst-common/instbin.conf new file mode 100644 index 00000000000..17c4aaa4ff2 --- /dev/null +++ b/distrib/atari/inst-common/instbin.conf @@ -0,0 +1,25 @@ +# +# $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 gzip 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 gzip gzcat gunzip +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 -lm |