summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.dep.mk
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-05-25 23:09:49 +0000
committerwosch <wosch@FreeBSD.org>1996-05-25 23:09:49 +0000
commit0c6fd6b34b71c2ed789241fb82d8f93b2ac3b291 (patch)
treef823279a62f0d3282d9b2a526431c100fa34e169 /share/mk/bsd.dep.mk
parent80fb81a0a60f85aff30e5298d7f4211cfffadac8 (diff)
downloadFreeBSD-src-0c6fd6b34b71c2ed789241fb82d8f93b2ac3b291.zip
FreeBSD-src-0c6fd6b34b71c2ed789241fb82d8f93b2ac3b291.tar.gz
Add some comments for variables and targets.
Diffstat (limited to 'share/mk/bsd.dep.mk')
-rw-r--r--share/mk/bsd.dep.mk30
1 files changed, 29 insertions, 1 deletions
diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk
index 9cdc00f..5bf3c3b 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -1,4 +1,32 @@
-# $Id: bsd.dep.mk,v 1.5 1996/03/31 20:04:08 wosch Exp $
+# $Id: bsd.dep.mk,v 1.3 1996/04/01 18:58:28 wosch Exp $
+#
+# The include file <bsd.dep.mk> handles Makefile dependencies.
+#
+#
+# +++ variables +++
+#
+# DEPENDFILE dependencies file [.depend]
+#
+# MKDEP Options for ${MKDEPCMD} [not set]
+#
+# MKDEPCMD Makefile dependency list program [mkdep]
+#
+# SRCS List of source files (c, c++, assembler)
+#
+#
+# +++ targets +++
+#
+# cleandepend:
+# Remove depend and tags file
+#
+# depend:
+# Make the dependencies for the source files, and store
+# them in the file ${DEPENDFILE}.
+#
+# tags:
+# Create a tags file for the source files.
+#
+
MKDEPCMD?= mkdep
DEPENDFILE?= .depend
OpenPOWER on IntegriCloud