From 0c6fd6b34b71c2ed789241fb82d8f93b2ac3b291 Mon Sep 17 00:00:00 2001 From: wosch Date: Sat, 25 May 1996 23:09:49 +0000 Subject: Add some comments for variables and targets. --- share/mk/bsd.dep.mk | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'share/mk/bsd.dep.mk') 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 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 -- cgit v1.1