summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-24 09:25:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-24 09:25:28 +0000
commit332e3561b7c73c0962b70e814efc15871eaa82f7 (patch)
treeee414954a4e242a6ab89ebbf5edb5db907e30d6f /usr.sbin
parent7d0ee3f6f13150457abb3b03a8e2b87bbb1d8d75 (diff)
slight cleanups
Diffstat (limited to 'usr.sbin')
-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>