1# $FreeBSD$ 2 3.if exists(${.CURDIR}/../../lib/libcrypt/obj) 4CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj 5.else 6CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt 7.endif 8 9.if !defined(MAKE_IDEA) 10CFLAGS+= -DNO_IDEA 11.endif 12 13.if !defined(NO_OPENSSH) 14SSHDIR= ${.CURDIR}/../../../crypto/openssh 15.endif 16