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