summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/isakmpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 234a5cd8377..a38931ea08c 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/04/27 14:55:54 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/12 11:26:25 itojun Exp $
#
DISTNAME= isakmpd-000220
@@ -12,6 +12,9 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= itojun@kame.net
+RESTRICTED= "Crypto; export-controlled"
+IGNORE= "broken by PF_KEY API change"
+
# this is not compatible with cross build - there's no other way
.if !exists(/usr/include/netinet6/ipsec.h)
IGNORE+= "requires ipsec-ready NetBSD"