summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
blob: ca5d1f4b7d575dbb733e10682da6080a059f351f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

DISTRIBUTION?=crypto

TELNETDIR=	${.CURDIR}/../../../crypto/telnet

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

.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
CFLAGS+= -DNO_IDEA
.endif

.if !defined(NO_OPENSSH)
SSHDIR=		${.CURDIR}/../../../crypto/openssh
.if exists(${.OBJDIR}/../../lib/libssh)
LIBSSH=		${.OBJDIR}/../../lib/libssh/libssh.a
.else
LIBSSH=		${.CURDIR}/../../lib/libssh/libssh.a
.endif
.endif
OpenPOWER on IntegriCloud