summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>