diff options
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r-- | security/srp_client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 798471670ac..2ccb12202be 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/10/03 00:18:13 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/04/11 21:47:19 tv Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -15,7 +15,6 @@ LICENSE= srp_client-license CRYPTO= yes GNU_CONFIGURE= yes -USE_BUILDLINK3= yes CPPFLAGS+= -Dunix=1 #CPPFLAGS+= -Dkrb_get_err_text=k_strerror |