diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-02-23 08:09:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-02-23 08:09:48 +0000 |
commit | d0a8c042f5e3ea32dbfbbda6efe9a5286ab8d26e (patch) | |
tree | 3548f631505cfef0929a0b3c6c98102115d34f28 /distrib/vax | |
parent | 564e41088a9a2e63989fb5c693a8efb8d22a9727 (diff) |
expr no longer needed on media, thanks to halex and todd and rpe
Diffstat (limited to 'distrib/vax')
-rw-r--r-- | distrib/vax/common/list | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/vax/common/list b/distrib/vax/common/list index 73c96dee707..acd6745a8b0 100644 --- a/distrib/vax/common/list +++ b/distrib/vax/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.35 2015/02/10 00:20:51 deraadt Exp $ +# $OpenBSD: list,v 1.36 2015/02/23 08:09:47 deraadt Exp $ SRCDIRS distrib/special SRCDIRS sys/arch/vax/stand @@ -13,7 +13,6 @@ LINK instbin bin/cp LINK instbin bin/dd LINK instbin bin/df LINK instbin bin/ed -LINK instbin bin/expr LINK instbin bin/ksh bin/sh ARGVLINK ksh -sh LINK instbin bin/ln |