xref: /freebsd-9-stable/secure/usr.bin/openssl/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# $FreeBSD: stable/9/secure/usr.bin/openssl/Makefile 194207 2009-06-14 19:46:18Z simon $
2
3PROG=	openssl
4
5DPADD=	${LIBSSL} ${LIBCRYPTO}
6LDADD=	-lssl -lcrypto
7
8.if exists(Makefile.man)
9.include "Makefile.man"
10.endif
11.include "../../lib/libcrypto/Makefile.inc"
12
13CFLAGS+= -DMONOLITH -I${.CURDIR}
14
15SRCS+=	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
27

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026