diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-15 00:23:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-03-15 00:23:37 +0000 |
commit | f1d98055dcb74848e99477cbc7525a620e956e73 (patch) | |
tree | 8ca361c1837fe85e1be9125a2804ba8619144fc4 /distrib/vax/common | |
parent | aaf23663cac3ee7d99b8dd91ddf9616262bbe74b (diff) |
Better let -sh exist from instbin's point of view, for the sake of bsd.rd.
Diffstat (limited to 'distrib/vax/common')
-rw-r--r-- | distrib/vax/common/list | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/vax/common/list b/distrib/vax/common/list index bf122318c06..65bf88e2cf4 100644 --- a/distrib/vax/common/list +++ b/distrib/vax/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.8 2002/05/01 19:21:28 mickey Exp $ +# $OpenBSD: list,v 1.9 2003/03/15 00:23:36 miod Exp $ SRCDIRS distrib/special SRCDIRS usr.bin bin sbin usr.sbin gnu/usr.bin @@ -19,8 +19,8 @@ LINK instbin bin/mkdir LINK instbin bin/mv LINK instbin bin/mt LINK instbin bin/rm -LINK instbin bin/sh -LINK instbin bin/-sh +LINK instbin bin/ksh bin/sh +ARGVLINK ksh -sh LINK instbin bin/stty LINK instbin bin/sync LINK instbin bin/test |