Remove the stillborn attempt to cleanup tests as well as the build dir.

This commit is contained in:
kientzle 2008-08-24 05:54:28 +00:00
parent d35834e169
commit 5f09367fca

View File

@ -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>