summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-03-03 21:38:27 +0000
committerMark Murray <markm@FreeBSD.org>1996-03-03 21:38:27 +0000
commit7eb4d31f835d948fd22aaf7e4b9182dbc8aaf41d (patch)
tree6ac3f1d45738acf1dd85871fb8a1252f8a7cabf4 /security
parentAt long last! This is Eric Young's SSL library. The DES routines (diff)
This is crypto, so set NO_PACKAGE to ward of the net.police.
Notes
Notes: svn path=/head/; revision=2769
Diffstat (limited to 'security')
-rw-r--r--security/openssl-beta/Makefile5
-rw-r--r--security/openssl/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index 75f7eda6a94d..4c8b06877e22 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 February 1996
# Whom: markm
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/03/03 21:32:34 markm Exp $
#
DISTNAME= SSLeay-0.5.1b
@@ -11,4 +11,7 @@ PKGNAME= SSLeay-0.5.1b
CATEGORIES+= devel security
MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/
+# Crypto stuff - therefore...
+NO_PACKAGE= YES
+
.include <bsd.port.mk>
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 75f7eda6a94d..4c8b06877e22 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 February 1996
# Whom: markm
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/03/03 21:32:34 markm Exp $
#
DISTNAME= SSLeay-0.5.1b
@@ -11,4 +11,7 @@ PKGNAME= SSLeay-0.5.1b
CATEGORIES+= devel security
MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/
+# Crypto stuff - therefore...
+NO_PACKAGE= YES
+
.include <bsd.port.mk>