summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-09-16 03:04:10 +0000
committergibbs <gibbs@FreeBSD.org>1995-09-16 03:04:10 +0000
commit8d7d06f373dac7b48b0c0ddc8def8ae4ded1c880 (patch)
treebae4eeef7bd0d19043f4167e231d1914eac110d5 /secure/Makefile.inc
parent9237addf837be5e733694a3a0f40fb72cb260ebb (diff)
downloadFreeBSD-src-8d7d06f373dac7b48b0c0ddc8def8ae4ded1c880.zip
FreeBSD-src-8d7d06f373dac7b48b0c0ddc8def8ae4ded1c880.tar.gz
Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makes
secure reference the libraries that were just build instead of in /usr/lib.
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc14
1 files changed, 13 insertions, 1 deletions
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
OpenPOWER on IntegriCloud