From e593ac41a045416270529ead52bfd34650590f04 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Thu, 1 Apr 2021 06:43:24 +0000 Subject: Move base64 and hex encoding functions into their own place. OK tb@ --- usr.sbin/rpki-client/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'usr.sbin/rpki-client/Makefile') diff --git a/usr.sbin/rpki-client/Makefile b/usr.sbin/rpki-client/Makefile index 16713b946ca..9d17b18351c 100644 --- a/usr.sbin/rpki-client/Makefile +++ b/usr.sbin/rpki-client/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2021/03/04 13:01:41 claudio Exp $ +# $OpenBSD: Makefile,v 1.20 2021/04/01 06:43:23 claudio Exp $ PROG= rpki-client -SRCS= as.c cert.c cms.c crl.c gbr.c http.c io.c ip.c log.c main.c mft.c \ - mkdir.c output.c output-bgpd.c output-bird.c output-csv.c \ - output-json.c parser.c roa.c rsync.c tal.c validate.c x509.c +SRCS= as.c cert.c cms.c crl.c encoding.c gbr.c http.c io.c ip.c log.c \ + main.c mft.c mkdir.c output.c output-bgpd.c output-bird.c \ + output-csv.c output-json.c parser.c roa.c rsync.c tal.c validate.c \ + x509.c MAN= rpki-client.8 LDADD+= -ltls -lssl -lcrypto -lutil -- cgit v1.2.3