diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-13 23:31:17 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-13 23:31:17 +0000 |
| commit | 56d47fb9b655bf867db275b6306a40b58e4061bf (patch) | |
| tree | f4b3637b4429dfa3337350025abeefc0ae2c5ab1 /bin/sh/Makefile | |
| parent | 7cfe69417cad6dc797729aaa60dc538aa194e1ba (diff) | |
Notes
Diffstat (limited to 'bin/sh/Makefile')
| -rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 0c06c9061eaa..1b0738b4dfbd 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 |
