summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/Makefile.inc')
-rw-r--r--gnu/usr.bin/cvs/Makefile.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.inc b/gnu/usr.bin/cvs/Makefile.inc
index c153243..daeb274 100644
--- a/gnu/usr.bin/cvs/Makefile.inc
+++ b/gnu/usr.bin/cvs/Makefile.inc
@@ -1,3 +1,7 @@
+.if !defined(CVSDIR)
+
+CVSDIR= $(.CURDIR)/../../../../contrib/cvs
+
.if exists(${.OBJDIR}/../lib)
LIBDESTDIR= ${.OBJDIR}/../lib
.else
@@ -6,3 +10,9 @@ LIBDESTDIR= ${.CURDIR}/../lib
LDDESTDIR= -L${LIBDESTDIR}
LIBCVS= ${LIBDESTDIR}/libcvs.a
+
+.if exists(${.CURDIR}/../../Makefile.inc)
+.include "${.CURDIR}/../../Makefile.inc"
+.endif
+
+.endif
OpenPOWER on IntegriCloud