From 6771e98b3b04f5d2d5b45fe622738572f14f4779 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 1 Oct 1995 15:04:42 +0000 Subject: Define CRYPTOBJDIR if secure is being built --- sbin/Makefile.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sbin') diff --git a/sbin/Makefile.inc b/sbin/Makefile.inc index 470d869..8b44b5f 100644 --- a/sbin/Makefile.inc +++ b/sbin/Makefile.inc @@ -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 -- cgit v1.1