Fix a couple of typos that slipped in
[dragonfly.git] / secure / usr.bin / openssl / Makefile
1 # $FreeBSD: src/secure/usr.bin/openssl/Makefile,v 1.11.2.6 2003/02/14 22:38:22 nectar Exp $
2 # $DragonFly: src/secure/usr.bin/openssl/Makefile,v 1.2 2003/06/17 04:27:48 dillon Exp $
3
4 PROG=   xopenssl
5 PROGNAME=       openssl
6
7 DPADD=  ${LIBSSL} ${LIBCRYPTO}
8 LDADD=  -lssl -lcrypto
9
10 NOLINT=         true
11
12 .if exists(Makefile.man)
13 .include "Makefile.man"
14 .endif
15 .include "../../lib/libcrypto/Makefile.inc"
16
17 CFLAGS+= -DMONOLITH -I${.CURDIR}
18
19 SRCS+=  app_rand.c apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c \
20         dgst.c dh.c dhparam.c dsa.c dsaparam.c enc.c engine.c errstr.c \
21         gendh.c gendsa.c genrsa.c nseq.c ocsp.c openssl.c passwd.c \
22         pkcs12.c pkcs7.c pkcs8.c rand.c req.c rsa.c rsautl.c s_cb.c \
23         s_client.c s_server.c s_socket.c s_time.c sess_id.c smime.c \
24         speed.c spkac.c verify.c version.c x509.c
25
26 .include <bsd.prog.mk>
27
28 .PATH:  ${LCRYPTO_SRC}/apps \
29         ${.CURDIR}/man