Add MAINTAINER tag so people don't feel the need to randomly frob with this.
This commit is contained in:
parent
f6a3d83f00
commit
2f00e5fdc4
@ -5,6 +5,8 @@
|
||||
LIB= crypto
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
|
||||
|
||||
# base sources
|
||||
|
@ -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 \
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
PROG= openssl
|
||||
|
||||
MAINTAINER= kris
|
||||
|
||||
LDADD= -lssl -lcrypto
|
||||
NOMAN= noman
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user