summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2013-04-27 05:44:39 +0000
committered <ed@FreeBSD.org>2013-04-27 05:44:39 +0000
commit8ac6e32cddc9e9b4a5f4c0d4ea66d8821330c97b (patch)
tree1fa02091fd93d268679f049d369b2260a0d26df6 /secure/Makefile.inc
parenta09c9f55503eb5b4686f83908992db66e59fe595 (diff)
downloadFreeBSD-src-8ac6e32cddc9e9b4a5f4c0d4ea66d8821330c97b.zip
FreeBSD-src-8ac6e32cddc9e9b4a5f4c0d4ea66d8821330c97b.tar.gz
Remove references to MK_IDEA.
As of r249959, we want to build with IDEA support enabled unconditionally. As this change removed the MK_IDEA flag, update these Makefiles accordingly.
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index 0bd84f1..eb7c66e 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -8,10 +8,6 @@ CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
.endif
-.if ${MK_IDEA} == "no"
-CFLAGS+= -DNO_IDEA
-.endif
-
.if ${MK_OPENSSH} != "no"
SSHDIR= ${.CURDIR}/../../../crypto/openssh
.endif
OpenPOWER on IntegriCloud