1999-08-27 21:35:59 -04:00
|
|
|
# $FreeBSD$
|
1994-08-07 15:04:10 -04:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
1995-09-15 23:04:10 -04:00
|
|
|
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
|
|
|
|
|
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
|
|
|
|
|
.else
|
|
|
|
|
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
|
|
|
|
|
.endif
|
2000-06-24 02:50:58 -04:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_IDEA} == "no"
|
2000-06-24 02:50:58 -04:00
|
|
|
CFLAGS+= -DNO_IDEA
|
|
|
|
|
.endif
|
2001-03-26 09:53:33 -05:00
|
|
|
|
2006-03-17 13:54:44 -05:00
|
|
|
.if ${MK_OPENSSH} != "no"
|
2002-06-29 08:16:50 -04:00
|
|
|
SSHDIR= ${.CURDIR}/../../../crypto/openssh
|
2001-03-26 09:53:33 -05:00
|
|
|
.endif
|