kernel - close holes in autoconf's run_interrupt_driven_config_hooks()
[dragonfly.git] / secure / Makefile.inc
blob354e7a4e4e515f08b4b08882743dd51a8a795eb5
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 .if exists(${.CURDIR}/../../lib/libcrypt/obj)
5 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt/obj
6 .else
7 CRYPTOBJDIR=    ${.CURDIR}/../../lib/libcrypt
8 .endif
10 .if !defined(WANT_IDEA)
11 CFLAGS+= -DNO_IDEA
12 .endif