summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index 346c0ee..7b9cb98 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -1,15 +1,17 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
.else
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
.endif
-.if !defined(MAKE_IDEA)
+.if ${MK_IDEA} == "no"
CFLAGS+= -DNO_IDEA
.endif
-.if !defined(NO_OPENSSH)
+.if ${MK_OPENSSH} != "no"
SSHDIR= ${.CURDIR}/../../../crypto/openssh
.endif
OpenPOWER on IntegriCloud