freebsd-dev/secure/Makefile.inc
1999-08-28 01:35:59 +00:00

10 lines
180 B
Makefile

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