summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2010-10-13 23:31:17 +0000
committerobrien <obrien@FreeBSD.org>2010-10-13 23:31:17 +0000
commit2eebff905234b1901f80825d9dd8fa49fd130c3e (patch)
treef4b3637b4429dfa3337350025abeefc0ae2c5ab1 /bin
parent04029327665ca3c97ae07cae698d5df760f2b68e (diff)
downloadFreeBSD-src-2eebff905234b1901f80825d9dd8fa49fd130c3e.zip
FreeBSD-src-2eebff905234b1901f80825d9dd8fa49fd130c3e.tar.gz
We only need to look as far as '..' to find 'test/'.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index 0c06c90..1b0738b 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -26,7 +26,7 @@ WARNS?= 2
WFORMAT=0
.PATH: ${.CURDIR}/bltin \
- ${.CURDIR}/../../bin/test
+ ${.CURDIR}/../test
CLEANFILES+= mkinit mkinit.o mknodes mknodes.o \
mksyntax mksyntax.o
OpenPOWER on IntegriCloud