diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-26 23:50:39 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-26 23:50:39 +0000 |
commit | 3578a3943eebdc76625d4938290d386dd5b37c8f (patch) | |
tree | ed9152ebc0ccaff05fc665f3ca7352029e5e1f99 /distrib/powerpc/ramdisk | |
parent | 92a2f3b6dc1bca44bdb465740773a1a4b25e81ee (diff) |
Add ancontrol too, since it is supported.
Diffstat (limited to 'distrib/powerpc/ramdisk')
-rw-r--r-- | distrib/powerpc/ramdisk/instbin.conf | 4 | ||||
-rw-r--r-- | distrib/powerpc/ramdisk/list | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/distrib/powerpc/ramdisk/instbin.conf b/distrib/powerpc/ramdisk/instbin.conf index 6045beb49ab..43bfed53f50 100644 --- a/distrib/powerpc/ramdisk/instbin.conf +++ b/distrib/powerpc/ramdisk/instbin.conf @@ -1,4 +1,4 @@ -# $OpenBSD: instbin.conf,v 1.6 2001/06/26 23:47:09 drahn Exp $ +# $OpenBSD: instbin.conf,v 1.7 2001/06/26 23:50:38 drahn Exp $ # # instbin.conf - unified binary for the inst/upgr floppies # @@ -13,7 +13,7 @@ progs scsi mknod route ftp mount_ffs reboot ed progs cp gzip chmod fsck_ffs sort init newfs mount_kernfs progs tip rm mt mkdir sed ksh sleep progs mv expr test hostname -progs wicontrol +progs wicontrol ancontrol progs mg ln mt eject diff --git a/distrib/powerpc/ramdisk/list b/distrib/powerpc/ramdisk/list index dc1dff31d8e..20e794c7464 100644 --- a/distrib/powerpc/ramdisk/list +++ b/distrib/powerpc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.22 2001/06/26 23:47:09 drahn Exp $ +# $OpenBSD: list,v 1.23 2001/06/26 23:50:38 drahn Exp $ SRCDIRS distrib/special SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin @@ -28,6 +28,7 @@ LINK instbin bin/stty LINK instbin bin/sync LINK instbin bin/test bin/[ LINK instbin sbin/disklabel +LINK instbin sbin/ancontrol LINK instbin sbin/pdisk LINK instbin sbin/fdisk LINK instbin sbin/fsck |