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