# $FreeBSD: head/secure/Makefile.inc 128425 2004-04-19 11:35:15Z ru $ DISTRIBUTION?=crypto .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