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