aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-08-24 05:54:28 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-08-24 05:54:28 +0000
commita705ee2bcd1dfa0e25b55950b293f7c42315a85d (patch)
treecd0eaaad865f67f58aaba43ebc3166c1ce5b8cd7 /lib
parent21353e7f83163bfecd07bedee2dabebe5b4e2d2f (diff)
Notes
Diffstat (limited to 'lib')
-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>