diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-25 22:02:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-25 22:02:00 +0000 |
commit | 8597b402cddb08d907b693ea6083626cd7c3e254 (patch) | |
tree | 2d71bc8c8d68f9fdbb57da0e88cea2c6da0933d0 | |
parent | 19a94b23a9d6062284c6f2ee211eb1dcb66f7e70 (diff) |
kill, test and pwd are ksh builtins--no need to include standalone binaries.
-rw-r--r-- | distrib/miniroot/list | 5 | ||||
-rw-r--r-- | distrib/ramdisk/list | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/distrib/miniroot/list b/distrib/miniroot/list index c15884e626c..2ff84161295 100644 --- a/distrib/miniroot/list +++ b/distrib/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.15 1997/12/02 02:30:12 deraadt Exp $ +# $OpenBSD: list,v 1.16 2000/04/25 22:01:58 millert Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -16,18 +16,15 @@ LINK instbin bin/expr LINK instbin bin/hostname LINK instbin bin/ln LINK instbin bin/ls -LINK instbin bin/kill LINK instbin bin/mkdir LINK instbin bin/mt LINK instbin bin/mv LINK instbin bin/pax bin/tar bin/cpio -LINK instbin bin/pwd LINK instbin bin/rm LINK instbin bin/ksh bin/sh LINK instbin bin/stty LINK instbin bin/sleep LINK instbin bin/sync -LINK instbin bin/test bin/[ LINK instbin sbin/fsck_ffs sbin/fsck LINK instbin sbin/reboot sbin/halt LINK instbin sbin/ifconfig diff --git a/distrib/ramdisk/list b/distrib/ramdisk/list index a8ca52db2d5..84af13996d8 100644 --- a/distrib/ramdisk/list +++ b/distrib/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.8 1998/10/09 11:20:50 deraadt Exp $ +# $OpenBSD: list,v 1.9 2000/04/25 22:01:59 millert Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -17,7 +17,6 @@ LINK instbin bin/expr LINK instbin bin/hostname LINK instbin bin/ln LINK instbin bin/ls -LINK instbin bin/kill LINK instbin bin/mkdir LINK instbin bin/mt LINK instbin bin/mv @@ -27,7 +26,6 @@ LINK instbin bin/ksh bin/sh LINK instbin bin/stty LINK instbin bin/sleep LINK instbin bin/sync -LINK instbin bin/test bin/[ LINK instbin sbin/fsck_ffs sbin/fsck LINK instbin sbin/reboot sbin/halt LINK instbin sbin/ifconfig |