Makefile.inc revision 133196
1# $FreeBSD: head/secure/Makefile.inc 133196 2004-08-06 07:27:08Z cperciva $
2
3.if exists(${.CURDIR}/../../lib/libcrypt/obj)
4CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt/obj
5.else
6CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt
7.endif
8
9.if !defined(MAKE_IDEA)
10CFLAGS+= -DNO_IDEA
11.endif
12
13.if !defined(NO_OPENSSH)
14SSHDIR=		${.CURDIR}/../../../crypto/openssh
15.endif
16