add RESTRICTED (crypto) and IGNORE (broken by PF_KEY API change)

This commit is contained in:
itojun 2000-06-12 11:26:25 +00:00
parent dc807e6af1
commit 503afb0540

View file

@ -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"