xref: /freebsd/secure/Makefile.inc (revision 61af1d13936ec56808f62d13dd8698f73b440dc1)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5.if exists(${.CURDIR}/../../lib/libcrypt/obj)
6CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt/obj
7.else
8CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt
9.endif
10
11.if ${MK_IDEA} == "no"
12CFLAGS+= -DNO_IDEA
13.endif
14
15.if ${MK_OPENSSH} != "no"
16SSHDIR=		${.CURDIR}/../../../crypto/openssh
17.endif
18
19WARNS?=		0
20