summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.clean.mk
diff options
context:
space:
mode:
authorrillig <rillig>2013-06-01 19:31:52 +0000
committerrillig <rillig>2013-06-01 19:31:52 +0000
commitbc6f44617d370381135ed3506ce9ed255d6eef9b (patch)
tree6c3bc1158344b67c914c17e4f21bddeadcfd8b7e /mk/bsd.pkg.clean.mk
parent3a573912d746086fe9741f7dc73b9b66b7796436 (diff)
downloadpkgsrc-bc6f44617d370381135ed3506ce9ed255d6eef9b.tar.gz
/tmp/cvs02076b
Diffstat (limited to 'mk/bsd.pkg.clean.mk')
-rw-r--r--mk/bsd.pkg.clean.mk20
1 files changed, 11 insertions, 9 deletions
diff --git a/mk/bsd.pkg.clean.mk b/mk/bsd.pkg.clean.mk
index fce66b39fe2..d71aaad2e1d 100644
--- a/mk/bsd.pkg.clean.mk
+++ b/mk/bsd.pkg.clean.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.clean.mk,v 1.13 2007/11/15 12:09:52 rillig Exp $
+# $NetBSD: bsd.pkg.clean.mk,v 1.14 2013/06/01 19:31:52 rillig Exp $
#
# This Makefile fragment is included to bsd.pkg.mk and defines the
# relevant variables and targets for the "clean" phase.
@@ -12,17 +12,19 @@
#
# The following targets are defined by bsd.pkg.clean.mk:
#
-# clean-depends is the target which descends into dependencies'
-# package directories and invokes the "clean" action.
+# clean-depends:
+# descends into dependencies' package directories and invokes the
+# "clean" action.
#
-# do-clean is the target that does the actual cleaning, which
-# involves removing the work directory and other temporary
-# files used by the package.
+# do-clean:
+# does the actual cleaning, which involves removing the work
+# directory and other temporary files used by the package.
#
-# clean is the target that is invoked by the user to perform
-# the "clean" action.
+# clean:
+# is invoked by the user to perform the "clean" action.
#
-# cleandir is an alias for "clean".
+# cleandir:
+# an alias for "clean".
#
CLEANDEPENDS?= no