make paths relative, note that halt and reboot are same bin now.
This commit is contained in:
parent
0f27426719
commit
86949e924c
@ -1,13 +1,13 @@
|
||||
#
|
||||
# kcbin.conf - unified binary for the kc floppy
|
||||
# $Id: instbin.conf,v 1.2 1994/10/18 21:21:37 cgd Exp $
|
||||
# $Id: instbin.conf,v 1.3 1995/05/12 03:42:57 cgd Exp $
|
||||
#
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
|
||||
srcdirs /usr/src/gnu/usr.bin
|
||||
srcdirs ../../../../bin ../../../../sbin ../../../../usr.bin
|
||||
srcdirs ../../../../usr.sbin ../../../../gnu/usr.bin
|
||||
|
||||
progs bad144 cat chmod chown chroot cp dd df disklabel ed expr fsck ftp gawk
|
||||
progs gzip ifconfig init halt ln ls mkdir mknod more mount mount_cd9660
|
||||
progs gzip ifconfig init ln ls mkdir mknod more mount mount_cd9660
|
||||
progs mount_msdos mount_nfs mv newfs ping pwd reboot rm route sed sh
|
||||
progs shutdown slattach strings stty sync tar test tip umount update
|
||||
|
||||
@ -19,5 +19,6 @@ ln test [
|
||||
ln mount_cd9660 cd9660
|
||||
ln mount_msdos msdos
|
||||
ln mount_nfs nfs
|
||||
ln reboot halt
|
||||
|
||||
libs -ledit -lutil -ltermcap -lcrypt -ll -lm
|
||||
|
Loading…
Reference in New Issue
Block a user