aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-06-24 06:50:58 +0000
committerMark Murray <markm@FreeBSD.org>2000-06-24 06:50:58 +0000
commitce09ad50986b01330a286a8b4e30e182de4d1fb4 (patch)
tree354a4f4c055ae7e07c94204cc848854622c9040c /secure/Makefile.inc
parentbf0ad6d7528737b07048a1df76c9ae5e8b6fb8e8 (diff)
Notes
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 afe5e9772292f..faa0bd24a553d 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