diff options
author | wiz <wiz> | 2010-12-13 10:33:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-12-13 10:33:24 +0000 |
commit | b8ab68d73cd0ecba99af356bea322e7aa6754e08 (patch) | |
tree | 5d2bd3ffb13809073ea43b8637fade7bf07a3c5f /security/john | |
parent | c5d28d51bb4ec9922a026942b19745be7a71b70e (diff) | |
download | pkgsrc-b8ab68d73cd0ecba99af356bea322e7aa6754e08.tar.gz |
Add TEST_TARGET.
Diffstat (limited to 'security/john')
-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" |