diff options
author | 2014-01-03 22:47:18 +0000 | |
---|---|---|
committer | 2014-01-03 22:47:18 +0000 | |
commit | ab066edf864e8915896459aa34ea1377ff145a9c (patch) | |
tree | 673b37c5011901828b1edb253f1c88798818808d | |
parent | Do not raise the securelevel when transitioning from catatonia to (diff) | |
download | wireguard-openbsd-ab066edf864e8915896459aa34ea1377ff145a9c.tar.xz wireguard-openbsd-ab066edf864e8915896459aa34ea1377ff145a9c.zip |
signify into the build
-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 1f803c53e70..e9db4c8e27c 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.134 2013/09/08 19:00:31 jca Exp $ +# $OpenBSD: Makefile,v 1.135 2014/01/03 22:47:18 tedu Exp $ .include <bsd.own.mk> @@ -20,7 +20,7 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner \ pkg-config pkill \ pr printenv printf quota radioctl rcs rdist rdistd \ readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ - rwho sdiff script sed sendbug shar showmount skey \ + rwho sdiff script sed sendbug shar showmount signify skey \ skeyaudit skeyinfo skeyinit sndiod \ sort spell split sqlite3 ssh stat su systat \ sudo tail talk tcopy tcpbench tee telnet tftp tic tip time \ |