summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-01-24 09:25:27 +0000
committerderaadt <deraadt@openbsd.org>2017-01-24 09:25:27 +0000
commitadec1a33647e528327782facbb602e161cfaac4b (patch)
tree1d995e19d4b1e4ac0c44c72fa62c1f69350c8740
parentAdd a -groups option to openssl s_client, which allows supported EC curves (diff)
downloadwireguard-openbsd-adec1a33647e528327782facbb602e161cfaac4b.tar.xz
wireguard-openbsd-adec1a33647e528327782facbb602e161cfaac4b.zip
slight cleanups
-rw-r--r--usr.sbin/ocspcheck/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/ocspcheck/Makefile b/usr.sbin/ocspcheck/Makefile
index 55d9b5b7630..79f9d5880b0 100644
--- a/usr.sbin/ocspcheck/Makefile
+++ b/usr.sbin/ocspcheck/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2017/01/24 08:50:57 beck Exp $
+# $OpenBSD: Makefile,v 1.2 2017/01/24 09:25:27 deraadt Exp $
PROG= ocspcheck
+MAN= ocspcheck.8
LDADD= -ltls -lssl -lcrypto
-DPADD= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
-MAN= ocspcheck.8
+DPADD= ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
CFLAGS+= -Wall -Werror
CFLAGS+= -Wformat
@@ -20,5 +20,4 @@ CFLAGS+= -DLIBRESSL_INTERNAL
SRCS= ocspcheck.c http.c
-
.include <bsd.prog.mk>