diff options
author | kris <kris@FreeBSD.org> | 2000-01-16 02:20:03 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-16 02:20:03 +0000 |
commit | 980132129f7d17c7b03c6c78555fb7a489cbbe55 (patch) | |
tree | a91e51ed1eb307072bc487ac23ebdf30072519c9 /secure | |
parent | 23e040daad63ada91f91fff446d0877af2f2d875 (diff) | |
download | FreeBSD-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/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssl/Makefile | 2 | ||||
-rw-r--r-- | secure/usr.bin/openssl/Makefile | 2 |
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 |