aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libarchive/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index fe3019069fa5..0d1050095a86 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -227,8 +227,4 @@ MLINKS+= libarchive.3 archive.3
check test:
cd ${.CURDIR}/test && make test
-myclean:
- rm -f ${CLEANFILES}
- cd ${.CURDIR}/test && make clean
-
.include <bsd.lib.mk>