1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5.if exists(${.CURDIR}/../../lib/libcrypt/obj) 6CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj 7.else 8CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt 9.endif 10 11.if ${MK_OPENSSH} != "no" 12SSHDIR= ${.CURDIR}/../../../crypto/openssh 13.endif 14 15WARNS?= 0 16