summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2021-02-03 10:45:13 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2021-02-03 10:45:13 +0000
commitd890c74365050bb67704302ffa661ba9578c4166 (patch)
tree0f768092206bb2a9a72ddad77a66157ef6435b7b /regress
parent2d5e7025c0889a7abacd5bdd7d17764fd91e9f52 (diff)
Remove rsync.c from the test tool builds, nothing depends on that anymore
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.sbin/rpki-client/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.sbin/rpki-client/Makefile.inc b/regress/usr.sbin/rpki-client/Makefile.inc
index 6548e4caa60..a9f95587ce0 100644
--- a/regress/usr.sbin/rpki-client/Makefile.inc
+++ b/regress/usr.sbin/rpki-client/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.5 2021/01/12 18:00:45 tb Exp $
+# $OpenBSD: Makefile.inc,v 1.6 2021/02/03 10:45:12 claudio Exp $
.PATH: ${.CURDIR}/../../../../usr.sbin/rpki-client
@@ -25,7 +25,7 @@ TALARGS += ta/AfriNIC.cer tal/afrinic.tal
TALARGS += ta/apnic-rpki-root-iana-origin.cer tal/apnic.tal
TALARGS += ta/ripe-ncc-ta.cer tal/ripe.tal
-SRCS_test-cert= test-cert.c cert.c x509.c ip.c as.c rsync.c io.c log.c tal.c
+SRCS_test-cert= test-cert.c cert.c x509.c ip.c as.c io.c log.c tal.c
run-regress-test-cert: test-cert
./test-cert -v ${.CURDIR}/../cer/*.cer
./test-cert -vt ${TALARGS:S,,${.CURDIR}/../&,}
@@ -53,6 +53,6 @@ SRCS_test-gbr= test-gbr.c gbr.c cms.c x509.c io.c log.c
run-regress-test-gbr: test-gbr
./test-gbr -v ${.CURDIR}/../gbr/*.gbr
-SRCS_test-tal= test-tal.c tal.c rsync.c io.c log.c
+SRCS_test-tal= test-tal.c tal.c io.c log.c
run-regress-test-tal: test-tal
./test-tal -v ${.CURDIR}/../tal/*.tal