2000-01-14 00:49:29 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2003-02-27 18:07:26 -05:00
|
|
|
PROG= openssl
|
2000-01-14 00:49:29 -05:00
|
|
|
|
2001-07-12 05:17:51 -04:00
|
|
|
DPADD= ${LIBSSL} ${LIBCRYPTO}
|
2000-02-14 03:09:52 -05:00
|
|
|
LDADD= -lssl -lcrypto
|
2003-01-28 17:58:14 -05:00
|
|
|
|
2003-02-10 14:57:56 -05:00
|
|
|
.if exists(Makefile.man)
|
|
|
|
|
.include "Makefile.man"
|
|
|
|
|
.endif
|
2003-01-28 17:58:14 -05:00
|
|
|
.include "../../lib/libcrypto/Makefile.inc"
|
2000-01-14 00:49:29 -05:00
|
|
|
|
2000-06-24 02:50:58 -04:00
|
|
|
CFLAGS+= -DMONOLITH -I${.CURDIR}
|
2000-01-14 00:49:29 -05:00
|
|
|
|
2003-01-28 17:58:14 -05:00
|
|
|
SRCS+= app_rand.c apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c \
|
2006-07-29 15:41:41 -04:00
|
|
|
dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c \
|
|
|
|
|
engine.c errstr.c \
|
2003-01-28 17:58:14 -05:00
|
|
|
gendh.c gendsa.c genrsa.c nseq.c ocsp.c openssl.c passwd.c \
|
2005-02-25 01:04:12 -05:00
|
|
|
pkcs12.c pkcs7.c pkcs8.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c \
|
2003-01-28 17:58:14 -05:00
|
|
|
s_client.c s_server.c s_socket.c s_time.c sess_id.c smime.c \
|
|
|
|
|
speed.c spkac.c verify.c version.c x509.c
|
2000-01-14 00:49:29 -05:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
2003-01-28 17:58:14 -05:00
|
|
|
|
|
|
|
|
.PATH: ${LCRYPTO_SRC}/apps \
|
|
|
|
|
${.CURDIR}/man
|