From: claudio Date: Wed, 3 Feb 2021 10:45:12 +0000 (+0000) Subject: Remove rsync.c from the test tool builds, nothing depends on that anymore X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b64915a0e4ada2e0736ab2e6664d9d90eb1bd383;p=openbsd Remove c from the test tool builds, nothing depends on that anymore --- 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