summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-07-18 20:13:50 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-07-18 20:13:50 +0000
commitfd15f8d67007b0538c8fe4b77d441ec0cb14c475 (patch)
tree3fe4430c316d22c7308c476c9115d0be58427ead /sbin
parentc5ce0f098db3b77d2c863512d1966ea4ae0dc80b (diff)
Merge with EOM 1.3
author: niklas Add a manpage
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/apps/certpatch/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sbin/isakmpd/apps/certpatch/Makefile b/sbin/isakmpd/apps/certpatch/Makefile
index a71d4e38500..b1ca79cde20 100644
--- a/sbin/isakmpd/apps/certpatch/Makefile
+++ b/sbin/isakmpd/apps/certpatch/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 1999/07/17 21:48:59 niklas Exp $
-# $EOM: Makefile,v 1.2 1999/07/17 20:44:12 niklas Exp $
+# $OpenBSD: Makefile,v 1.2 1999/07/18 20:13:49 niklas Exp $
+# $EOM: Makefile,v 1.3 1999/07/18 20:11:17 niklas Exp $
#
# Copyright (c) 1999 Niels Provos. All rights reserved.
@@ -43,8 +43,7 @@ OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile
.PATH: ${TOPSRC} ${TOPSRC}/sysdep/${OS} ${TOPOBJ}
CFLAGS+= -I${TOPSRC} -I${TOPSRC}/sysdep/${OS} -I${TOPOBJ} -Wall
LDADD+= -lcrypto
-DPADD+= ${LIBDES}
-NOMAN=
-DEBUG= -g
+DPADD+= ${LIBCRYPTO}
+MAN= certpatch.8
.include <bsd.prog.mk>