summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2003-08-09 07:33:27 +0000
committerheinz <heinz@pkgsrc.org>2003-08-09 07:33:27 +0000
commit754c7ba986c4047db27220038b546b32ab95a5ef (patch)
treeb678cd286b57071b65c16ba29c5cc279720c43f9 /devel/bison/Makefile
parentb1c634ac06ecc46362292a9d8ba52c1484d99469 (diff)
downloadpkgsrc-754c7ba986c4047db27220038b546b32ab95a5ef.tar.gz
add TEST_TARGET
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 0d68a8a80a1..4a7a8c52080 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2003/07/17 21:29:41 grant Exp $
+# $NetBSD: Makefile,v 1.46 2003/08/09 07:33:27 heinz Exp $
DISTNAME= bison-1.875
PKGREVISION= 1
@@ -21,4 +21,6 @@ M4= ${LOCALBASE}/bin/gm4
USE_NEW_TEXINFO= YES
INFO_FILES= bison.info
+TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"