summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.dep.mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-23 22:33:33 +0000
committerjkh <jkh@FreeBSD.org>1996-08-23 22:33:33 +0000
commit4a6f54f391cee4d1a7c50b6aa3d75c0dab417c49 (patch)
treef1b75da327be8bb1db7daf82e71351e563ca7f6f /share/mk/bsd.dep.mk
parent748de7f8e2f2c68bbda11c0c0678c39fef50caad (diff)
downloadFreeBSD-src-4a6f54f391cee4d1a7c50b6aa3d75c0dab417c49.zip
FreeBSD-src-4a6f54f391cee4d1a7c50b6aa3d75c0dab417c49.tar.gz
Make it possible to turn the depend pass off entirely with a NO_DEPEND
variable. Requested-By: wollman
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