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