diff options
author | tedu <> | 2014-04-17 20:46:29 +0000 |
---|---|---|
committer | tedu <> | 2014-04-17 20:46:29 +0000 |
commit | 35ac9bafef7152520ad388927f98c4ca82b6837e (patch) | |
tree | af91b4579b24e8143e15a712466b811219fa190b /src/usr.sbin/openssl/Makefile | |
parent | ea7aebb136a0eef9c3e4e6102dd99fdc7737467d (diff) | |
download | openbsd-35ac9bafef7152520ad388927f98c4ca82b6837e.tar.gz openbsd-35ac9bafef7152520ad388927f98c4ca82b6837e.tar.bz2 openbsd-35ac9bafef7152520ad388927f98c4ca82b6837e.zip |
-Wall
Diffstat (limited to '')
-rw-r--r-- | src/usr.sbin/openssl/Makefile | 3 |
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 | ||
3 | PROG= openssl | 3 | PROG= openssl |
4 | LDADD= -lssl -lcrypto | 4 | LDADD= -lssl -lcrypto |
@@ -9,6 +9,7 @@ SSLEAYDIST= lib/libssl/src | |||
9 | SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps | 9 | SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps |
10 | SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} | 10 | SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} |
11 | 11 | ||
12 | CFLAGS+= -Wall | ||
12 | CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 | 13 | CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 |
13 | CFLAGS+= -DOPENSSL_NO_SSL2 | 14 | CFLAGS+= -DOPENSSL_NO_SSL2 |
14 | CFLAGS+= -I${SSLEAY_SRC_TOP} | 15 | CFLAGS+= -I${SSLEAY_SRC_TOP} |