1994-09-09 16:02:04 +00:00
|
|
|
# $Id: kcopy.conf,v 1.3 1994/06/24 16:39:30 jkh Exp $
|
1994-06-15 10:49:34 +00:00
|
|
|
|
|
|
|
srcdirs /usr/src/bin /usr/src/sbin
|
|
|
|
|
|
|
|
# Programs from bin/
|
|
|
|
progs sh cp echo test
|
|
|
|
ln test [
|
1994-06-24 16:39:30 +00:00
|
|
|
|
|
|
|
# These are needed because of UN*X's idiotic way of indicating that something
|
|
|
|
# is a login shell.
|
|
|
|
ln sh -
|
|
|
|
ln sh -sh
|
|
|
|
|
1994-06-15 10:49:34 +00:00
|
|
|
#
|
|
|
|
# Programs from sbin/
|
1994-09-09 16:02:04 +00:00
|
|
|
progs mount mount_cd9660 fsck init reboot umount
|
|
|
|
ln reboot halt
|
|
|
|
ln reboot fastboot
|
|
|
|
ln reboot fasthalt
|
1994-06-15 10:49:34 +00:00
|
|
|
|
1994-09-09 16:02:04 +00:00
|
|
|
libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt
|