From 1200a0a6e42809bceb31681af77e62f9d3388d2b Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 16 Jul 2000 12:20:28 +0000 Subject: [PATCH] WITH_IDEA --> MAKE_IDEA fix. --- secure/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/Makefile.inc b/secure/Makefile.inc index faa0bd24a553..f4968b896fd4 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