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 | dc5dd4da5da7c607ce9fdff45c48f4cc469c0422 (patch) | |
tree | bcd19faf234c5f31db3d096af9800c0edaaebc81 /sysutils/hal-info | |
parent | 7471c4c4cbf7f1700c8c455a32ec3ce89cd3f13c (diff) | |
download | pkgsrc-dc5dd4da5da7c607ce9fdff45c48f4cc469c0422.tar.gz |
Added missing TEST_TARGET.
Diffstat (limited to 'sysutils/hal-info')
-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" |