diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/btparse/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 68d818686ca..6445d0af839 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/06/02 01:16:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/12 13:26:35 dillo Exp $ # DISTNAME= btparse-0.33 @@ -13,9 +13,6 @@ USE_PERL5= build USE_BUILDLINK2= YES GNU_CONFIGURE= YES ALL_TARGET= lib - -test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} test | \ - tee ${WRKDIR}/test.log +TEST_TARGET= test .include "../../mk/bsd.pkg.mk" |