summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/unit-tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/unit-tests/Makefile b/usr.bin/make/unit-tests/Makefile
index 987c7b3546a..aeaa17e8264 100644
--- a/usr.bin/make/unit-tests/Makefile
+++ b/usr.bin/make/unit-tests/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2014/08/21 15:37:13 apb Exp $
+# $NetBSD: Makefile,v 1.44 2014/08/21 22:00:30 apb Exp $
#
# Unit tests for make(1)
# The main targets are:
@@ -16,6 +16,7 @@
.MAIN: all
UNIT_TESTS:= ${.PARSEDIR}
+.PATH: ${UNIT_TESTS}
# Each test is in a sub-makefile.
# Keep the list sorted.