diff options
author | job <job@cvs.openbsd.org> | 2019-06-17 16:40:07 +0000 |
---|---|---|
committer | job <job@cvs.openbsd.org> | 2019-06-17 16:40:07 +0000 |
commit | 039b0fa769a84010bbeed6df51f95d3bcc88911e (patch) | |
tree | 6c1d3262f1d02ede0d197364045aa349929dea2d /usr.sbin/rpki-client/Makefile | |
parent | 961b3aa1fc135d3939a1b2f15a3e51a70f48bd5f (diff) |
Fix Makefile
Diffstat (limited to 'usr.sbin/rpki-client/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 |