summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-06-24 06:50:58 +0000
committermarkm <markm@FreeBSD.org>2000-06-24 06:50:58 +0000
commit2fe0472e3949a7c045ea27f8f6b3652ae3aca5dc (patch)
tree3ed0aa90949c0ec988e2973893cd6e9a75ea7506 /secure/Makefile.inc
parentf3680800aaed268ba8b95bbd5a8ea04ca9ec4cc4 (diff)
downloadFreeBSD-src-2fe0472e3949a7c045ea27f8f6b3652ae3aca5dc.zip
FreeBSD-src-2fe0472e3949a7c045ea27f8f6b3652ae3aca5dc.tar.gz
MFI. This is a documentation-only, diffreducing patch, that if
invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included.
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index afe5e97..faa0bd2 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -15,3 +15,7 @@ CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
.else
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
.endif
+
+.if !defined(WITH_IDEA) || ${WITH_IDEA} != YES
+CFLAGS+= -DNO_IDEA
+.endif
OpenPOWER on IntegriCloud