From 1840dc9bdfb9e85d1265fbe0e0142336ec8f3ec5 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 16 Jul 2000 12:20:28 +0000 Subject: WITH_IDEA --> MAKE_IDEA fix. --- secure/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure') diff --git a/secure/Makefile.inc b/secure/Makefile.inc index faa0bd2..f4968b8 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 -- cgit v1.1