opnsense-src/secure/Makefile.inc

18 lines
335 B
PHP
Raw Normal View History

1999-08-27 21:35:59 -04:00
# $FreeBSD$
1994-08-07 15:04:10 -04:00
2000-02-28 14:24:33 -05:00
DISTRIBUTION?=crypto
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
.else
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
.endif
2000-07-16 08:20:28 -04:00
.if !defined(MAKE_IDEA) || ${MAKE_IDEA} != YES
CFLAGS+= -DNO_IDEA
.endif
.if !defined(NO_OPENSSH)
2002-06-29 08:16:50 -04:00
SSHDIR= ${.CURDIR}/../../../crypto/openssh
.endif