diff options
author | kientzle <kientzle@FreeBSD.org> | 2008-08-24 05:54:28 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2008-08-24 05:54:28 +0000 |
commit | 5f09367fcae56d552adcf3cadfee2cf2d37e94ae (patch) | |
tree | cd0eaaad865f67f58aaba43ebc3166c1ce5b8cd7 /lib | |
parent | d35834e169dec630b09ae6ad50758b58782d038d (diff) | |
download | FreeBSD-src-5f09367fcae56d552adcf3cadfee2cf2d37e94ae.zip FreeBSD-src-5f09367fcae56d552adcf3cadfee2cf2d37e94ae.tar.gz |
Remove the stillborn attempt to cleanup tests as well as the build dir.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libarchive/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index fe30190..0d10500 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> |