]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - secure/usr.bin/openssl/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / secure / usr.bin / openssl / Makefile
1 # $FreeBSD$
2
3 PROG=   openssl
4
5 DPADD=  ${LIBSSL} ${LIBCRYPTO}
6 LDADD=  -lssl -lcrypto
7
8 .if exists(Makefile.man)
9 .include "Makefile.man"
10 .endif
11 .include "../../lib/libcrypto/Makefile.inc"
12
13 CFLAGS+= -DMONOLITH -I${.CURDIR}
14
15 SRCS+=  app_rand.c apps.c asn1pars.c ca.c ciphers.c cms.c crl.c crl2p7.c \
16         dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c \
17         engine.c errstr.c \
18         gendh.c gendsa.c genrsa.c nseq.c ocsp.c openssl.c passwd.c \
19         pkcs12.c pkcs7.c pkcs8.c prime.c rand.c req.c rsa.c rsautl.c s_cb.c \
20         s_client.c s_server.c s_socket.c s_time.c sess_id.c smime.c \
21         speed.c spkac.c verify.c version.c x509.c
22
23 .include <bsd.prog.mk>
24
25 .PATH:  ${LCRYPTO_SRC}/apps \
26         ${.CURDIR}/man