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 15f7297..a5e4518 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.dep.mk,v 1.5 1996/06/24 04:23:52 jkh Exp $
+# $Id: bsd.dep.mk,v 1.6 1996/07/27 22:16:54 jkh Exp $
#
# The include file <bsd.dep.mk> handles Makefile dependencies.
#
@@ -27,6 +27,9 @@
# Create a tags file for the source files.
#
+.if !defined(NO_DEPEND)
+DEPEND?= depend
+.endif
MKDEPCMD?= mkdep
DEPENDFILE?= .depend
OpenPOWER on IntegriCloud