diff options
| author | matthew <> | 2014-04-17 22:44:34 +0000 |
|---|---|---|
| committer | matthew <> | 2014-04-17 22:44:34 +0000 |
| commit | f5747664d89e514145baf28fb79e5c88c97c33b9 (patch) | |
| tree | 0a530df36859b4523c94160356dc1d0459ace957 /src/usr.sbin | |
| parent | dbd9b8c398a9ae58fcfd54385bb16e9aec18697c (diff) | |
| download | openbsd-f5747664d89e514145baf28fb79e5c88c97c33b9.tar.gz openbsd-f5747664d89e514145baf28fb79e5c88c97c33b9.tar.bz2 openbsd-f5747664d89e514145baf28fb79e5c88c97c33b9.zip | |
Make MONOLITH the default and only option
ok deraadt
Diffstat (limited to 'src/usr.sbin')
| -rw-r--r-- | src/usr.sbin/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index 5b050ae548..2a2df8f2e6 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.24 2014/04/17 20:46:29 tedu Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2014/04/17 22:44:34 matthew Exp $ |
| 2 | 2 | ||
| 3 | PROG= openssl | 3 | PROG= openssl |
| 4 | LDADD= -lssl -lcrypto | 4 | LDADD= -lssl -lcrypto |
| @@ -10,7 +10,7 @@ SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps | |||
| 10 | SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} | 10 | SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} |
| 11 | 11 | ||
| 12 | CFLAGS+= -Wall | 12 | CFLAGS+= -Wall |
| 13 | CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 | 13 | CFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 |
| 14 | CFLAGS+= -DOPENSSL_NO_SSL2 | 14 | CFLAGS+= -DOPENSSL_NO_SSL2 |
| 15 | CFLAGS+= -I${SSLEAY_SRC_TOP} | 15 | CFLAGS+= -I${SSLEAY_SRC_TOP} |
| 16 | 16 | ||
