diff options
author | 2021-02-03 10:45:12 +0000 | |
---|---|---|
committer | 2021-02-03 10:45:12 +0000 | |
commit | b64915a0e4ada2e0736ab2e6664d9d90eb1bd383 (patch) | |
tree | 5ec9ae8c368a8190b9d097491c04b75766e5c168 | |
parent | Use mkpath() == -1 to check for failure. No functional change. (diff) | |
download | wireguard-openbsd-b64915a0e4ada2e0736ab2e6664d9d90eb1bd383.tar.xz wireguard-openbsd-b64915a0e4ada2e0736ab2e6664d9d90eb1bd383.zip |
Remove rsync.c from the test tool builds, nothing depends on that anymore
-rw-r--r-- | regress/usr.sbin/rpki-client/Makefile.inc | 6 |
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 |