summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-04-17 20:46:30 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-04-17 20:46:30 +0000
commit37ede20f0d8316c5457bb6395bb85a0c7c9b05fe (patch)
tree90c63c49ff7583bf4e62f1a62e8b3acfe4bc6bb2
parentd0501a926559a915e33af91a6e93c52643220944 (diff)
-Wall
-rw-r--r--usr.sbin/openssl/Makefile3
1 files changed, 2 insertions, 1 deletions
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}