summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
blob: 346c0eee38dc309c2d06821da9545709d2310f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.if exists(${.CURDIR}/../../lib/libcrypt/obj)
CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt/obj
.else
CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt
.endif

.if !defined(MAKE_IDEA)
CFLAGS+= -DNO_IDEA
.endif

.if !defined(NO_OPENSSH)
SSHDIR=		${.CURDIR}/../../../crypto/openssh
.endif
OpenPOWER on IntegriCloud