summaryrefslogtreecommitdiffstats
path: root/secure/libexec/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/libexec/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/libexec/Makefile.inc')
-rw-r--r--secure/libexec/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/secure/libexec/Makefile.inc b/secure/libexec/Makefile.inc
index 6657676..26d868c 100644
--- a/secure/libexec/Makefile.inc
+++ b/secure/libexec/Makefile.inc
@@ -1,4 +1,6 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.2 1995/07/25 14:03:35 mark Exp $
+# $Id: Makefile.inc,v 1.2 1995/07/29 12:49:22 markm Exp $
BINDIR?= /usr/libexec
+
+.include "${.CURDIR}/../../Makefile.inc"
OpenPOWER on IntegriCloud