diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-16 02:20:03 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-16 02:20:03 +0000 |
| commit | 2f00e5fdc42e186b6a8a3818e37373fe01441714 (patch) | |
| tree | b8481f5f38e2884e69442fe56343bfeae1030212 /secure | |
| parent | f6a3d83f0005dc0a2d18e36e36dabf20dd5b758d (diff) | |
Notes
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 1b751b989bf5..86f8c656682f 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 f5ca8be667d6..9dcf1b3959f6 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 0401cf920b3d..54b7fd568746 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 |
