Add MAINTAINER tag so people don't feel the need to randomly frob with this.

This commit is contained in:
Kris Kennaway 2000-01-16 02:20:03 +00:00
parent f6a3d83f00
commit 2f00e5fdc4
3 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@
LIB= crypto
SHLIB_MAJOR= 1
MAINTAINER= kris
LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
# base sources

View File

@ -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 \

View File

@ -2,6 +2,8 @@
PROG= openssl
MAINTAINER= kris
LDADD= -lssl -lcrypto
NOMAN= noman