diff options
Diffstat (limited to 'security/john/Makefile')
-rw-r--r-- | security/john/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/john/Makefile b/security/john/Makefile index e07a90707be..d94ba7cad6c 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/12/13 10:32:35 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2010/12/13 10:33:24 wiz Exp $ # DISTNAME= john-1.7.6 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= yes BUILD_DIRS= src +TEST_TARGET= check .include "../../mk/compiler.mk" .include "../../mk/bsd.prefs.mk" |