summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-06-17 15:11:12 +0000
committerderaadt <deraadt@openbsd.org>2019-06-17 15:11:12 +0000
commitf991d45d8f6e2ee30fe2144b0bd7fa9be1b9e5f4 (patch)
tree190fcdf377e0fc1d5b5ea39667fd7d09882d7309
parentsystem includes first, always. (diff)
downloadwireguard-openbsd-f991d45d8f6e2ee30fe2144b0bd7fa9be1b9e5f4.tar.xz
wireguard-openbsd-f991d45d8f6e2ee30fe2144b0bd7fa9be1b9e5f4.zip
whitespace
-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 f22e5e63f82..96d34969ffd 100644
--- a/usr.sbin/rpki-client/Makefile
+++ b/usr.sbin/rpki-client/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2019/06/17 15:05:42 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 2019/06/17 15:11:12 deraadt 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
+ output-bgpd.c roa.c rsync.c tal.c validate.c x509.c
MAN= rpk-client.8
LDADD= /usr/local/lib/eopenssl/libssl.a /usr/local/lib/eopenssl/libcrypto.a