summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-16 02:20:03 +0000
committerkris <kris@FreeBSD.org>2000-01-16 02:20:03 +0000
commit980132129f7d17c7b03c6c78555fb7a489cbbe55 (patch)
treea91e51ed1eb307072bc487ac23ebdf30072519c9 /secure
parent23e040daad63ada91f91fff446d0877af2f2d875 (diff)
downloadFreeBSD-src-980132129f7d17c7b03c6c78555fb7a489cbbe55.zip
FreeBSD-src-980132129f7d17c7b03c6c78555fb7a489cbbe55.tar.gz
Add MAINTAINER tag so people don't feel the need to randomly frob with this.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
-rw-r--r--secure/lib/libssl/Makefile2
-rw-r--r--secure/usr.bin/openssl/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 1b751b9..86f8c65 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -5,6 +5,8 @@
LIB= crypto
SHLIB_MAJOR= 1
+MAINTAINER= kris
+
LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
# base sources
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
index f5ca8be..9dcf1b3 100644
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -5,6 +5,8 @@
LIB= ssl
SHLIB_MAJOR= 1
+MAINTAINER= kris
+
LOPENSSL_SRC= ${.CURDIR}/../../../crypto/openssl/ssl
SRCS= bio_ssl.c s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c \
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index 0401cf9..54b7fd5 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -2,6 +2,8 @@
PROG= openssl
+MAINTAINER= kris
+
LDADD= -lssl -lcrypto
NOMAN= noman
OpenPOWER on IntegriCloud