diff options
Diffstat (limited to 'security/racoon/Makefile')
-rw-r--r-- | security/racoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index 9a2674e50bf..0a1f774ffbb 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/08/27 07:35:09 itojun Exp $ +# $NetBSD: Makefile,v 1.19 2000/09/09 19:40:22 fredb Exp $ # DISTNAME= racoon-20000731a @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ MAINTAINER= itojun@kame.net HOMEPAGE= http:/www.kame.net/ -RESTRICTED= "Crypto, export-controlled" +CRYPTO= yes # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) |