diff options
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 67c1e48cc3f..2f49d824b1c 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/11/24 12:22:16 chris Exp $ +# $NetBSD: Makefile,v 1.38 2002/11/24 16:52:05 chris Exp $ # DISTNAME= gnupg-1.2.1 @@ -59,7 +59,7 @@ CONFIGURE_ARGS+=--disable-ldap PLIST_SUBST+= OPENLDAP="@comment " .endif -regress: +test: cd ${WRKSRC} && make check .include "../../converters/libiconv/buildlink2.mk" |