diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-10-16 17:43:30 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-10-16 17:43:30 +0000 |
commit | 953e6b407149d738b2f1704a99226eb23acd680f (patch) | |
tree | c41d5f5ccfa4616fbbe0ca78896bc858218b5b3e /usr.sbin/rpki-client/Makefile | |
parent | 18a124a44238e445f2d7f410d73400165ce68f52 (diff) |
Add an output format for bird and one doing CSV. Also update the manpage
to include all the changes.
Diffstat (limited to 'usr.sbin/rpki-client/Makefile')
-rw-r--r-- | usr.sbin/rpki-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/Makefile b/usr.sbin/rpki-client/Makefile index 21f252a6494..d3994672154 100644 --- a/usr.sbin/rpki-client/Makefile +++ b/usr.sbin/rpki-client/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2019/10/08 10:04:36 claudio Exp $ +# $OpenBSD: Makefile,v 1.9 2019/10/16 17:43:29 claudio Exp $ PROG= rpki-client SRCS= as.c cert.c cms.c crl.c io.c ip.c log.c main.c mft.c \ - output-bgpd.c output-json.c roa.c rsync.c tal.c validate.c x509.c + output-bgpd.c output-bird.c output-csv.c output-json.c \ + roa.c rsync.c tal.c validate.c x509.c MAN= rpki-client.8 LDADD= /usr/local/lib/eopenssl/libcrypto.a |