From afe826ae7c73b77259ac82e55db19e72680b4b8f Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 1 Oct 1995 14:55:06 +0000 Subject: Define CRYPTOBJDIR if secure is being built --- bin/Makefile.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bin') diff --git a/bin/Makefile.inc b/bin/Makefile.inc index 4760782..00b7d83 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -2,3 +2,13 @@ BINDIR?= /bin 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 -- cgit v1.1