Stop building multiple versions of telnet.
[dragonfly.git] / secure / Makefile.inc
blobd6fc8f9ce2a157d50001dd65cd096a9275301b55
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.4 2005/09/06 18:55:25 dillon Exp $
4 DISTRIBUTION?=crypto
6 .if exists(${.CURDIR}/../../lib/libcrypt/obj)
7 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt/obj
8 .else
9 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt
10 .endif
12 .if !defined(WANT_IDEA)
13 CFLAGS+= -DNO_IDEA
14 .endif