From 8d7d06f373dac7b48b0c0ddc8def8ae4ded1c880 Mon Sep 17 00:00:00 2001 From: gibbs Date: Sat, 16 Sep 1995 03:04:10 +0000 Subject: Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes secure reference the libraries that were just build instead of in /usr/lib. --- secure/Makefile.inc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'secure/Makefile.inc') diff --git a/secure/Makefile.inc b/secure/Makefile.inc index 2d323a2..65ea36b 100644 --- a/secure/Makefile.inc +++ b/secure/Makefile.inc @@ -1,3 +1,15 @@ -# $Id: Makefile.inc,v 1.5 1995/05/09 05:22:41 jkh Exp $ +# $Id: Makefile.inc,v 1.6 1995/05/11 22:07:49 jkh Exp $ DISTRIBUTION=des + +.if exists(${.CURDIR}/../../lib/libtelnet/obj) +TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet/obj +.else +TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet +.endif + +.if exists(${.CURDIR}/../../lib/libcrypt/obj) +CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj +.else +CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt +.endif -- cgit v1.1