summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.sbin/openssl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile
index 4e0b688e1f..e37f9aee41 100644
--- a/src/usr.sbin/openssl/Makefile
+++ b/src/usr.sbin/openssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.22 2013/08/06 19:05:57 miod Exp $ 1# $OpenBSD: Makefile,v 1.23 2014/04/15 20:55:42 miod Exp $
2 2
3PROG= openssl 3PROG= openssl
4LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
@@ -13,10 +13,6 @@ CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5
13CFLAGS+= -DOPENSSL_NO_SSL2 13CFLAGS+= -DOPENSSL_NO_SSL2
14CFLAGS+= -I${SSLEAY_SRC_TOP} 14CFLAGS+= -I${SSLEAY_SRC_TOP}
15 15
16.if ${MACHINE} == "vax"
17LDFLAGS+=-Wl,--no-keep-memory
18.endif
19
20SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ 16SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \
21 pkcs7.c crl2p7.c crl.c ca.c \ 17 pkcs7.c crl2p7.c crl.c ca.c \
22 rsa.c rsautl.c dsa.c dsaparam.c ec.c ecparam.c \ 18 rsa.c rsautl.c dsa.c dsaparam.c ec.c ecparam.c \