diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-08 21:30:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-07-08 21:30:51 +0000 |
commit | 0b59c2599da43bb0279789417596a0bc62cbfbf5 (patch) | |
tree | 5b31bb0a8bfd13a68909c56968dea9eda167ebd5 /usr.bin/Makefile | |
parent | ba11841635047d8817785ca2c89ab71e2295284a (diff) |
rm asa/fpr. ok beck deraadt halex matthew
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 5843555c2fc..5c74c6c1957 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.141 2014/04/24 14:55:39 tedu Exp $ +# $OpenBSD: Makefile,v 1.142 2014/07/08 21:30:50 tedu Exp $ .include <bsd.own.mk> -SUBDIR= apply arch asa at aucat audioctl awk banner \ +SUBDIR= apply arch at aucat audioctl awk banner \ basename bc bgplg \ biff cal calendar cap_mkdb cdio chpass cmp col colrm \ column comm compress cpp crontab csplit ctags cu cut \ |