Update files for OpenSSL-1.0.0g import.
[dragonfly.git] / secure / Makefile.inc
... / ...
CommitLineData
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 $
3
4.if exists(${.CURDIR}/../../lib/libcrypt/obj)
5CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
6.else
7CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
8.endif
9
10.if !defined(WANT_IDEA)
11CFLAGS+= -DNO_IDEA
12.endif