Remove outdated information with regard to old tinderbox.
[dragonfly.git] / secure / Makefile.inc
1 # $FreeBSD: src/secure/Makefile.inc,v 1.13.2.5 2002/07/03 22:13:19 des Exp $
2 # $DragonFly: src/secure/Makefile.inc,v 1.3 2004/07/31 19:03:00 geekgod Exp $
3
4 DISTRIBUTION?=crypto
5
6 TELNETDIR=      ${.CURDIR}/../../../crypto/telnet
7 .if exists(${.OBJDIR}/../../lib/libtelnet)
8 LIBTELNET=      ${.OBJDIR}/../../lib/libtelnet/libtelnet.a
9 .else
10 LIBTELNET=      ${.CURDIR}/../../lib/libtelnet/libtelnet.a
11 .endif
12
13 .if exists(${.CURDIR}/../../lib/libcrypt/obj)
14 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt/obj
15 .else
16 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt
17 .endif
18
19 .if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
20 CFLAGS+= -DNO_IDEA
21 .endif