diff options
author | 2019-06-17 16:40:06 +0000 | |
---|---|---|
committer | 2019-06-17 16:40:06 +0000 | |
commit | 4ecd83767b0d844755347b472bca6b40cd15d0c0 (patch) | |
tree | e3db9c0dfee9e8a0bb0a15d6c7551066320437d8 | |
parent | always reset the "su" variables, which is more consistent and predictable. (diff) | |
download | wireguard-openbsd-4ecd83767b0d844755347b472bca6b40cd15d0c0.tar.xz wireguard-openbsd-4ecd83767b0d844755347b472bca6b40cd15d0c0.zip |
Fix Makefile
-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 60caf2664c5..00bd899615d 100644 --- a/usr.sbin/rpki-client/Makefile +++ b/usr.sbin/rpki-client/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2019/06/17 15:36:56 jsg Exp $ +# $OpenBSD: Makefile,v 1.5 2019/06/17 16:40:06 job Exp $ PROG= rpki-client -SRCS= cert.c cms.c crl.c io.c ip.c log.c mft.c \ +SRCS= as.c cert.c cms.c crl.c io.c ip.c log.c main.c mft.c \ output-bgpd.c roa.c rsync.c tal.c validate.c x509.c MAN= rpki-client.8 |