summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-12-13 10:33:24 +0000
committerwiz <wiz@pkgsrc.org>2010-12-13 10:33:24 +0000
commitb53658f777f7f60c429938b0c5264d4e04e33f25 (patch)
tree5d2bd3ffb13809073ea43b8637fade7bf07a3c5f /security
parent532d9a49aa7e82dac2b7525a812a8191ec5cccb3 (diff)
downloadpkgsrc-b53658f777f7f60c429938b0c5264d4e04e33f25.tar.gz
Add TEST_TARGET.
Diffstat (limited to 'security')
-rw-r--r--security/john/Makefile3
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"