diff options
-rw-r--r-- | distrib/powerpc/ramdisk/instbin.conf | 3 | ||||
-rw-r--r-- | distrib/powerpc/ramdisk/list | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/powerpc/ramdisk/instbin.conf b/distrib/powerpc/ramdisk/instbin.conf index 6be244d7e4e..3a8212af32a 100644 --- a/distrib/powerpc/ramdisk/instbin.conf +++ b/distrib/powerpc/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.3 2001/03/25 03:49:38 drahn Exp $ +# $OpenBSD: instbin.conf,v 1.4 2001/04/17 05:49:03 drahn Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -15,6 +15,7 @@ progs tip rm mt mkdir sed ksh sleep progs mv expr test hostname progs mg +ln mt eject ln chmod chgrp ln chmod chown ln pax tar diff --git a/distrib/powerpc/ramdisk/list b/distrib/powerpc/ramdisk/list index 5d72984e93c..0aa9647fc77 100644 --- a/distrib/powerpc/ramdisk/list +++ b/distrib/powerpc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.18 2001/03/24 01:17:50 drahn Exp $ +# $OpenBSD: list,v 1.19 2001/04/17 05:49:03 drahn Exp $ SRCDIRS distrib/special SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin @@ -17,7 +17,7 @@ LINK instbin bin/hostname LINK instbin bin/ln LINK instbin bin/ls LINK instbin bin/mkdir -LINK instbin bin/mt +LINK instbin bin/mt bin/eject LINK instbin bin/mv LINK instbin bin/pax bin/tar bin/cpio LINK instbin bin/rm |