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

This commit is contained in:
Tim Kientzle 2008-08-24 05:54:28 +00:00
parent 21353e7f83
commit a705ee2bcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182101

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>