WITH_IDEA --> MAKE_IDEA fix.

This commit is contained in:
Mark Murray 2000-07-16 12:20:28 +00:00
parent 64ac9827f2
commit 1200a0a6e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63268

View File

@ -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