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