summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
blob: 885e72c51f26db105ea3fc0eaa1ea614cf9b6965 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

DISTRIBUTION=des

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