From 37ede20f0d8316c5457bb6395bb85a0c7c9b05fe Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 17 Apr 2014 20:46:30 +0000 Subject: -Wall --- usr.sbin/openssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index e37f9aee41b..5b050ae548e 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2014/04/15 20:55:42 miod Exp $ +# $OpenBSD: Makefile,v 1.24 2014/04/17 20:46:29 tedu Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -9,6 +9,7 @@ SSLEAYDIST= lib/libssl/src SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} +CFLAGS+= -Wall CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 CFLAGS+= -DOPENSSL_NO_SSL2 CFLAGS+= -I${SSLEAY_SRC_TOP} -- cgit v1.2.3