summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/check/bsd.check.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/check/bsd.check.mk b/mk/check/bsd.check.mk
index 37bca2bed74..d74d00065ee 100644
--- a/mk/check/bsd.check.mk
+++ b/mk/check/bsd.check.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.check.mk,v 1.1 2006/06/03 23:11:42 jlam Exp $
+# $NetBSD: bsd.check.mk,v 1.2 2006/06/07 17:04:01 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to build and install checks.
@@ -14,3 +14,13 @@
.include "${PKGSRCDIR}/mk/check/check-shlibs.mk"
.include "${PKGSRCDIR}/mk/check/check-vulnerable.mk"
.include "${PKGSRCDIR}/mk/check/check-wrkref.mk"
+
+######################################################################
+### check-clean (PRIVATE)
+######################################################################
+### check-clean is a helper target onto which one can hook all of the
+### targets that clean up the output of "check" targets.
+###
+.PHONY: check-clean
+check-clean:
+ @${DO_NADA}