freebsd-dev/secure/usr.bin/openssl/Makefile

26 lines
651 B
Makefile
Raw Normal View History

2000-01-14 05:49:29 +00:00
# $FreeBSD$
PROG= openssl
2000-01-14 05:49:29 +00:00
2001-07-12 09:17:51 +00:00
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
.if exists(Makefile.man)
.include "Makefile.man"
.endif
.include "../../lib/libcrypto/Makefile.inc"
2000-01-14 05:49:29 +00:00
CFLAGS+= -DMONOLITH -I${.CURDIR}
2000-01-14 05:49:29 +00:00
SRCS+= app_rand.c apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c \
dgst.c dh.c dhparam.c dsa.c dsaparam.c enc.c engine.c errstr.c \
gendh.c gendsa.c genrsa.c nseq.c ocsp.c openssl.c passwd.c \
pkcs12.c pkcs7.c pkcs8.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 verify.c version.c x509.c
2000-01-14 05:49:29 +00:00
.include <bsd.prog.mk>
.PATH: ${LCRYPTO_SRC}/apps \
${.CURDIR}/man