summaryrefslogtreecommitdiff
path: root/src/usr.sbin/openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.sbin/openssl/Makefile')
-rw-r--r--src/usr.sbin/openssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile
index e37f9aee41..5b050ae548 100644
--- a/src/usr.sbin/openssl/Makefile
+++ b/src/usr.sbin/openssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.23 2014/04/15 20:55:42 miod Exp $ 1# $OpenBSD: Makefile,v 1.24 2014/04/17 20:46:29 tedu Exp $
2 2
3PROG= openssl 3PROG= openssl
4LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
@@ -9,6 +9,7 @@ SSLEAYDIST= lib/libssl/src
9SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps 9SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps
10SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} 10SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST}
11 11
12CFLAGS+= -Wall
12CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 13CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5
13CFLAGS+= -DOPENSSL_NO_SSL2 14CFLAGS+= -DOPENSSL_NO_SSL2
14CFLAGS+= -I${SSLEAY_SRC_TOP} 15CFLAGS+= -I${SSLEAY_SRC_TOP}