freebsd-dev/secure/Makefile.inc
1997-02-22 14:40:44 +00:00

10 lines
175 B
Makefile

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