Makefile.inc revision 117675
1# $FreeBSD: head/secure/Makefile.inc 117675 2003-07-16 20:59:15Z markm $
2
3DISTRIBUTION?=crypto
4
5.if exists(${.CURDIR}/../../lib/libcrypt/obj)
6CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt/obj
7.else
8CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt
9.endif
10
11.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
12CFLAGS+= -DNO_IDEA
13.endif
14
15.if !defined(NO_OPENSSH)
16SSHDIR=		${.CURDIR}/../../../crypto/openssh
17.endif
18