summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
new file mode 100644
index 0000000..0bd84f1
--- /dev/null
+++ b/secure/Makefile.inc
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+.if exists(${.CURDIR}/../../lib/libcrypt/obj)
+CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
+.else
+CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
+.endif
+
+.if ${MK_IDEA} == "no"
+CFLAGS+= -DNO_IDEA
+.endif
+
+.if ${MK_OPENSSH} != "no"
+SSHDIR= ${.CURDIR}/../../../crypto/openssh
+.endif
+
+WARNS?= 0
OpenPOWER on IntegriCloud