summaryrefslogtreecommitdiff
path: root/devel/bison
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
commit5a6edbfaade087b4ab789ab977416576fa390372 (patch)
treeb678cd286b57071b65c16ba29c5cc279720c43f9 /devel/bison
parent8e371fc5f0528c99abe1fedb457d03c28ab9b5da (diff)
downloadpkgsrc-5a6edbfaade087b4ab789ab977416576fa390372.tar.gz
add TEST_TARGET
Diffstat (limited to 'devel/bison')
-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"