Add ex(1) to /rescue. This won't add more than a few bytes to the crunchgen

binary since "ex" is just "vi -e" and vi(1) is already there.

Ok with hubertf and salo.
This commit is contained in:
ghen 2006-08-15 14:14:35 +00:00
parent af4d285682
commit 787f1c4af1
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: rescue.mi,v 1.17 2005/12/06 14:02:58 skrll Exp $
# $NetBSD: rescue.mi,v 1.18 2006/08/15 14:14:35 ghen Exp $
./rescue/[ base-rescue-root
./rescue/atactl base-rescue-root
./rescue/badsect base-rescue-root
@ -28,6 +28,7 @@
./rescue/dump_lfs base-rescue-root
./rescue/echo base-rescue-root
./rescue/ed base-rescue-root
./rescue/ex base-rescue-root
./rescue/expr base-rescue-root
./rescue/fdisk base-rescue-root
./rescue/fsck base-rescue-root

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.23 2005/12/06 14:02:58 skrll Exp $
# $NetBSD: list,v 1.24 2006/08/15 14:14:35 ghen Exp $
SRCDIRS bin
@ -128,7 +128,7 @@ SPECIAL ldd srcdir usr.bin/ldd/${LDD_CMD}
PROG less more
SPECIAL less srcdir usr.bin/less/less
PROG vi
PROG vi ex
SPECIAL vi srcdir usr.bin/vi/build
SRCDIRS usr.sbin