freebsd_amp_hwpstate/secure/Makefile.inc

18 lines
313 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
.else
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
.endif
.if ${MK_IDEA} == "no"
CFLAGS+= -DNO_IDEA
.endif
.if ${MK_OPENSSH} != "no"
SSHDIR= ${.CURDIR}/../../../crypto/openssh
.endif