summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-06-17 15:36:57 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-06-17 15:36:57 +0000
commit8996a7f9ef9b72512c6c38794dec394c82061407 (patch)
tree65342f35ac40b60551b02f45ae12a84faaca1e9b
parent662b09c70b16f3a6e4e1691126715e3067b38dba (diff)
rpk-client.8 -> rpki-client.8
-rw-r--r--usr.sbin/rpki-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/Makefile b/usr.sbin/rpki-client/Makefile
index 96d34969ffd..60caf2664c5 100644
--- a/usr.sbin/rpki-client/Makefile
+++ b/usr.sbin/rpki-client/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 2019/06/17 15:11:12 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2019/06/17 15:36:56 jsg Exp $
PROG= rpki-client
SRCS= cert.c cms.c crl.c io.c ip.c log.c mft.c \
output-bgpd.c roa.c rsync.c tal.c validate.c x509.c
-MAN= rpk-client.8
+MAN= rpki-client.8
LDADD= /usr/local/lib/eopenssl/libssl.a /usr/local/lib/eopenssl/libcrypto.a
CFLAGS= -I/usr/local/include/eopenssl -I${.OBJDIR}