diff options
author | 2003-05-30 20:51:56 +0000 | |
---|---|---|
committer | 2003-05-30 20:51:56 +0000 | |
commit | 8ce9045c18dc63f0807ba46839e769e6ed00927f (patch) | |
tree | daea30b0543fb74507c4ef745e3f230791e8eb80 | |
parent | m88k pmdb support bits; only compile-tested at the moment. (diff) | |
download | wireguard-openbsd-8ce9045c18dc63f0807ba46839e769e6ed00927f.tar.xz wireguard-openbsd-8ce9045c18dc63f0807ba46839e769e6ed00927f.zip |
Add pmdb to the build.
ok deraadt@
-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 425bdba5fb8..66627959ef4 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.80 2003/05/12 04:20:26 hin Exp $ +# $OpenBSD: Makefile,v 1.81 2003/05/30 20:51:56 miod Exp $ .include <bsd.own.mk> @@ -12,8 +12,8 @@ SUBDIR= apply apropos arch asa asn1_compile at aucat audioctl awk banner \ ktrace lam last lastcomm leave less lex lndir locate lock logger \ login logname look lorder m4 mail make man mesg mg midiplay mixerctl \ mkdep mkstr mktemp modstat msgs nc netstat newsyslog nfsstat nice \ - nohup oldrdist pagesize passwd paste patch pctr pr printenv printf \ - quota radioctl rdist rdistd readlink renice rev rpcgen rpcinfo \ + nohup oldrdist pagesize passwd paste patch pctr pmdb pr printenv \ + printf quota radioctl rdist rdistd readlink renice rev rpcgen rpcinfo \ rs rsh \ rup ruptime rusers rwall rwho script sectok sed shar showmount skey \ skeyaudit skeyinfo skeyinit sort spell split ssh su sup systat sudo \ |