summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-17 01:07:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-17 01:07:04 +0000
commitd17cc5cd281fa43caf5e3d83ab5d46c16bc4b76d (patch)
tree6338a68b4fdcfcba16c020eaf2a40b53817b2cd0 /security
parentAdd ssh. I have no idea why it was missing. (diff)
Change NO_PACKAGE to RESTRICTED.
Notes
Notes: svn path=/head/; revision=3001
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile4
-rw-r--r--security/ssh2/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 3b8935fcbf9c..5b09922876aa 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.19 1996/03/23 23:36:32 ache Exp $
+# $Id: Makefile,v 1.20 1996/03/24 23:04:17 ache Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_WISH, USE_TCPWRAP
@@ -27,7 +27,7 @@ MASTER_SITES= \
ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/
.endif
-NO_PACKAGE= YES
+RESTRICTED= "Crypto; export-controlled"
IS_INTERACTIVE= YES
GNU_CONFIGURE= YES
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 3b8935fcbf9c..5b09922876aa 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.19 1996/03/23 23:36:32 ache Exp $
+# $Id: Makefile,v 1.20 1996/03/24 23:04:17 ache Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_WISH, USE_TCPWRAP
@@ -27,7 +27,7 @@ MASTER_SITES= \
ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/
.endif
-NO_PACKAGE= YES
+RESTRICTED= "Crypto; export-controlled"
IS_INTERACTIVE= YES
GNU_CONFIGURE= YES