diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-04-27 07:57:26 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-04-27 07:57:26 +0000 |
commit | bfe77c6797038a595d491ca4de858019dd9f37ea (patch) | |
tree | 42b86f21694f38674fa12e52e4e3ad85bacc42d9 /usr.sbin/rpki-client/Makefile | |
parent | 45e615c5036036e2bfc92a11988eb4da41023512 (diff) |
Reimplement output-json.c using json.c from bgpctl.
Much rejoice from tb@ and job@
OK tb@
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 153f1bf5b78..13a5a710cb8 100644 --- a/usr.sbin/rpki-client/Makefile +++ b/usr.sbin/rpki-client/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.29 2022/12/15 12:02:29 claudio Exp $ +# $OpenBSD: Makefile,v 1.30 2023/04/27 07:57:25 claudio Exp $ PROG= rpki-client SRCS= as.c aspa.c cert.c cms.c crl.c encoding.c filemode.c gbr.c geofeed.c \ - http.c io.c ip.c log.c main.c mft.c mkdir.c ometric.c output.c \ + http.c io.c ip.c json.c log.c main.c mft.c mkdir.c ometric.c output.c \ output-bgpd.c output-bird.c output-csv.c output-json.c \ output-ometric.c parser.c print.c repo.c roa.c rrdp.c rrdp_delta.c \ rrdp_notification.c rrdp_snapshot.c rrdp_util.c rsc.c rsync.c tak.c \ |