summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-04-19 11:35:15 +0000
committerru <ru@FreeBSD.org>2004-04-19 11:35:15 +0000
commit82e4cd2161633020cc72cdde2598b0c519e7ee3a (patch)
tree4134e16b9e816117a7d8666bfbcc246f45cf5116 /secure/Makefile.inc
parentb2b71c60119eaba73ff15163e8a033fb64fae23a (diff)
downloadFreeBSD-src-82e4cd2161633020cc72cdde2598b0c519e7ee3a.zip
FreeBSD-src-82e4cd2161633020cc72cdde2598b0c519e7ee3a.tar.gz
Turn MAKE_IDEA into a true "bool" type variable, as documented in
the make.conf(5) manpage. PR: conf/65738 OK'ed by: markm
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 658101a..4d43279 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -8,7 +8,7 @@ CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
.endif
-.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
+.if !defined(MAKE_IDEA)
CFLAGS+= -DNO_IDEA
.endif
OpenPOWER on IntegriCloud