diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-09 03:39:52 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-09 03:39:52 +0000 |
commit | 75c66fca748ad23450e4915d75c0689728deefb1 (patch) | |
tree | d6981f92b1ff4892a0474cbf323084bdffaf5eb9 /usr.bin/Makefile | |
parent | 091ff3aacf21b94618bc4bed70df2d6a829716f4 (diff) |
no more modstat
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 003bc3ffdb8..d05200c7d25 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.147 2014/10/07 19:37:04 tedu Exp $ +# $OpenBSD: Makefile,v 1.148 2014/10/09 03:39:51 tedu Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ SUBDIR= apply arch at aucat audioctl awk banner \ libtool lndir \ locale locate lock logger login logname look lorder \ m4 mail make man mandoc mesg mg \ - midiplay mixerctl mkdep mklocale mktemp modstat nc netstat \ + midiplay mixerctl mkdep mklocale mktemp nc netstat \ newsyslog \ nfsstat nice nm nl nohup openssl pagesize passwd paste patch pctr \ pkg-config pkill \ |