]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r125505,
[FreeBSD/FreeBSD.git] / secure / Makefile.inc
1 # $FreeBSD$
2
3 DISTRIBUTION?=crypto
4
5 .if exists(${.CURDIR}/../../lib/libcrypt/obj)
6 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt/obj
7 .else
8 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt
9 .endif
10
11 .if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
12 CFLAGS+= -DNO_IDEA
13 .endif
14
15 .if !defined(NO_OPENSSH)
16 SSHDIR=         ${.CURDIR}/../../../crypto/openssh
17 .endif