summaryrefslogtreecommitdiff
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-04-19 11:35:15 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-04-19 11:35:15 +0000
commit1f2cef4790d830cd1e3a80cb27513cccf118ff3d (patch)
tree4134e16b9e816117a7d8666bfbcc246f45cf5116 /secure/Makefile.inc
parenta0bb20b07b5fe1b4ae0b0ac58bcbd5c60446b6fa (diff)
downloadsrc-test-1f2cef4790d830cd1e3a80cb27513cccf118ff3d.tar.gz
src-test-1f2cef4790d830cd1e3a80cb27513cccf118ff3d.zip
Turn MAKE_IDEA into a true "bool" type variable, as documented in
the make.conf(5) manpage. PR: conf/65738 OK'ed by: markm
Notes
Notes: svn path=/head/; revision=128425
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 658101a1df9db..4d43279bc1f2c 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