summaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-07-16 12:20:28 +0000
committerMark Murray <markm@FreeBSD.org>2000-07-16 12:20:28 +0000
commit1200a0a6e42809bceb31681af77e62f9d3388d2b (patch)
tree7da7707d3b9277034594be32ef55b15b266e71ed /secure/Makefile.inc
parent64ac9827f221b5bcd66886c27cb732e6330dfe9a (diff)
downloadsrc-test-1200a0a6e42809bceb31681af77e62f9d3388d2b.tar.gz
src-test-1200a0a6e42809bceb31681af77e62f9d3388d2b.zip
WITH_IDEA --> MAKE_IDEA fix.
Notes
Notes: svn path=/head/; revision=63268
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index faa0bd24a553d..f4968b896fd4a 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -16,6 +16,6 @@ CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
.endif
-.if !defined(WITH_IDEA) || ${WITH_IDEA} != YES
+.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
CFLAGS+= -DNO_IDEA
.endif