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
|
|
|
|
2014-11-25 16:18:18 -05:00
|
|
|
LIBADD= ssl crypto
|
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
|
|
|
|
2015-11-06 12:39:17 -05:00
|
|
|
CFLAGS+= -DMONOLITH
|
2000-01-14 00:49:29 -05:00
|
|
|
|
2009-06-14 15:46:18 -04:00
|
|
|
SRCS+= app_rand.c apps.c asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c \
|
2012-07-12 15:30:53 -04:00
|
|
|
dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c engine.c \
|
|
|
|
|
errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c openssl.c \
|
|
|
|
|
passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c \
|
|
|
|
|
prime.c rand.c req.c rsa.c rsautl.c s_cb.c s_client.c s_server.c \
|
|
|
|
|
s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c srp.c ts.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
|