diff options
author | itojun <itojun@pkgsrc.org> | 2000-06-12 11:21:31 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-06-12 11:21:31 +0000 |
commit | dc807e6af17a11fb4e9d477505bef85dec1d8c7b (patch) | |
tree | ea3fde8441da966a8713780def13f119a774c62f | |
parent | f86c5b700ee6cae572cf94853b335989be90e3da (diff) | |
download | pkgsrc-dc807e6af17a11fb4e9d477505bef85dec1d8c7b.tar.gz |
add RESTRICTED for crypto.
-rw-r--r-- | security/racoon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index bdf499910d4..58f33285b15 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/06/12 10:45:52 itojun Exp $ +# $NetBSD: Makefile,v 1.8 2000/06/12 11:21:31 itojun Exp $ # DISTNAME= racoon-20000612a @@ -8,8 +8,7 @@ MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ MAINTAINER= itojun@kame.net HOMEPAGE= http:/www.kame.net/ -NO_PACKAGE= "crypto" -NO_CDROM= "crypto" +RESTRICTED= "Crypto; export-controlled" # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) |