diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2013-06-17 19:17:16 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2013-06-17 19:17:16 +0000 |
commit | 028ac0697dfcc381980dbb93a0de33c354190b82 (patch) | |
tree | ac7e3f6c74bdf6fae9a680f724b6ab8d26273849 /usr.bin/Makefile | |
parent | 56fec1407e4622fef6ca0469f846d826b11dfa4f (diff) |
remove asn1_compile and compile_et from usr.bin because they
have found a new home in src/kerberosV/tools
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 4a5e995f9b2..db74dbc89d0 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.130 2013/06/15 15:35:38 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.131 2013/06/17 19:17:15 robert Exp $ .include <bsd.own.mk> -SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ +SUBDIR= apply apropos ar arch asa at aucat audioctl awk banner \ basename bc bdes bgplg \ biff cal calendar cap_mkdb cdio chpass cmp col colrm \ - column comm compile_et compress cpp crontab csplit ctags cu cut \ + column comm compress cpp crontab csplit ctags cu cut \ dc deroff diff diff3 dirname du encrypt env expand false file \ file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \ getconf getent getopt gprof grep gzsig head hexdump id indent \ |