diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-27 23:27:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-27 23:27:55 +0000 |
commit | 8ee8d0355f2708209fcea39b17ff37c52f99fe05 (patch) | |
tree | 27e158f6a73141c9ce794c8d322a36fef8b74a6b /usr.bin/Makefile | |
parent | 418934c73a982da9958c44447a8ce8c37b2be1ff (diff) |
enter pkg-config
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 4577abf5be6..7151bb2a978 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.101 2006/07/17 16:38:02 millert Exp $ +# $OpenBSD: Makefile,v 1.102 2006/11/27 23:27:54 deraadt Exp $ .include <bsd.own.mk> @@ -14,7 +14,8 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ locate lock logger login logname look lorder m4 mail make man mesg mg \ midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \ newsyslog \ - nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr pkill \ + nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr \ + pkg-config pkill \ pmdb pr printenv printf quota radioctl ranlib rcs rdist rdistd \ readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ rwho sdiff script sectok sed shar showmount skey \ |