diff options
author | 2019-06-17 15:36:56 +0000 | |
---|---|---|
committer | 2019-06-17 15:36:56 +0000 | |
commit | de8f8728e67beb021b8571155b35c4641066b601 (patch) | |
tree | 02fa8505363ca4c060c153131e13129d2b9f06aa | |
parent | One NULL-check before EVP_MD_CTX_free() was left in previous. (diff) | |
download | wireguard-openbsd-de8f8728e67beb021b8571155b35c4641066b601.tar.xz wireguard-openbsd-de8f8728e67beb021b8571155b35c4641066b601.zip |
rpk-client.8 -> rpki-client.8
-rw-r--r-- | usr.sbin/rpki-client/Makefile | 4 |
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} |