diff options
author | heinz <heinz> | 2003-08-09 07:33:27 +0000 |
---|---|---|
committer | heinz <heinz> | 2003-08-09 07:33:27 +0000 |
commit | 48ea607bb2ae1a3e1ae5cd158cb674e3317da208 (patch) | |
tree | b678cd286b57071b65c16ba29c5cc279720c43f9 /devel | |
parent | 09293c259cab43498256e64ba2a28e5cef667d9c (diff) | |
download | pkgsrc-48ea607bb2ae1a3e1ae5cd158cb674e3317da208.tar.gz |
add TEST_TARGET
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bison/Makefile | 4 |
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" |