Define CRYPTOBJDIR if secure is being built

This commit is contained in:
Mark Murray 1995-10-01 15:04:42 +00:00
parent 6cef1ad675
commit 05d2e241d0

View File

@ -2,3 +2,13 @@
BINDIR?= /sbin
NOSHARED?= YES
.if exists (${.CURDIR}/../../secure)
.if exists(${.CURDIR}/../../secure/lib/libcrypt/obj)
CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt/obj
.else
CRYPTOBJDIR= ${.CURDIR}/../../secure/lib/libcrypt
.endif
.endif