summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/Makefile.inc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-07-14 09:18:21 +0000
committerpeter <peter@FreeBSD.org>2000-07-14 09:18:21 +0000
commitb9b09beff77fa0c63504c65b19ba867fd78e84da (patch)
tree0019e68c5bdaedaa746ca117586b046263ee0456 /secure/lib/libcrypto/Makefile.inc
parent3d1a13821110880d487f70d32e7bdc79047815ac (diff)
downloadFreeBSD-src-b9b09beff77fa0c63504c65b19ba867fd78e84da.zip
FreeBSD-src-b9b09beff77fa0c63504c65b19ba867fd78e84da.tar.gz
Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using
MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to confuse myself last time and made make.conf different to the code. ;-( Reported by: Jun Kuriyama <kuriyama@FreeBSD.org>
Diffstat (limited to 'secure/lib/libcrypto/Makefile.inc')
-rw-r--r--secure/lib/libcrypto/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc
index 319d809..5df1090 100644
--- a/secure/lib/libcrypto/Makefile.inc
+++ b/secure/lib/libcrypto/Makefile.inc
@@ -2,7 +2,7 @@
LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
CFLAGS+= -DTERMIOS -DANSI_SOURCE -I${LCRYPTO_SRC} -I${.OBJDIR}
-.if !defined(WITH_IDEA) || ${WITH_IDEA} != YES
+.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
CFLAGS+= -DNO_IDEA
.endif
OpenPOWER on IntegriCloud