summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.dep.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/bsd.dep.mk')
-rw-r--r--share/mk/bsd.dep.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk
index 20dac47..90abc88 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: bsd.dep.mk,v 1.10 1997/02/22 13:56:08 peter Exp $
#
# The include file <bsd.dep.mk> handles Makefile dependencies.
#
@@ -56,6 +56,9 @@ ${DEPENDFILE}: ${SRCS}
${CXXFLAGS:M-nostd*} ${CXXFLAGS:M-[ID]*} \
${.ALLSRC:M*.cc} ${.ALLSRC:M*.C} ${.ALLSRC:M*.cxx}
.endif
+.if target(_EXTRADEPEND)
+ cd ${.CURDIR}; ${MAKE} _EXTRADEPEND
+.endif
.else
${DEPENDFILE}: _SUBDIR
OpenPOWER on IntegriCloud