diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-16 14:39:59 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-16 14:39:59 +0000 |
commit | b4bc266ea8b4131b4e3fd428fcdbde3f2cfbe162 (patch) | |
tree | bcd19faf234c5f31db3d096af9800c0edaaebc81 | |
parent | a112befb7b006f336d38f81c810b5925cc973f64 (diff) | |
download | pkgsrc-b4bc266ea8b4131b4e3fd428fcdbde3f2cfbe162.tar.gz |
Added missing TEST_TARGET.
-rw-r--r-- | sysutils/hal-info/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile index 44dd5c07712..9e6a8b9aece 100644 --- a/sysutils/hal-info/Makefile +++ b/sysutils/hal-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/12/15 10:37:02 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2010/01/16 14:39:59 heinz Exp $ # DISTNAME= hal-info-20091130 @@ -17,4 +17,6 @@ USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt perl pkg-config USE_LIBTOOL= YES +TEST_TARGET= check + .include "../../mk/bsd.pkg.mk" |