opnsense-src/secure/Makefile.inc

18 lines
313 B
PHP
Raw Normal View History

1999-08-27 21:35:59 -04:00
# $FreeBSD$
1994-08-07 15:04:10 -04:00
.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"
2002-06-29 08:16:50 -04:00
SSHDIR= ${.CURDIR}/../../../crypto/openssh
.endif