aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/ofw/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-04-03 02:27:40 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-04-03 02:27:40 +0000
commit11823c5f1ebe38c7d1af096d4e8a2d4c0850d392 (patch)
tree6880df1132d6d4f55245a8879c3b6b6467fbddf7 /sys/boot/powerpc/ofw/Makefile
parented2b5a0aeff547871249f56d82c705444efa25f5 (diff)
downloadsrc-11823c5f1ebe38c7d1af096d4e8a2d4c0850d392.tar.gz
src-11823c5f1ebe38c7d1af096d4e8a2d4c0850d392.zip
Revert .PATH changes to fix mips build.
Reported by: bz Pointy hat to: jkim
Notes
Notes: svn path=/head/; revision=281009
Diffstat (limited to 'sys/boot/powerpc/ofw/Makefile')
-rw-r--r--sys/boot/powerpc/ofw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index 910a30a48fca..65b79ea72597 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -108,6 +108,7 @@ loader.help: help.common help.ofw ${.CURDIR}/../../fdt/help.fdt
cat ${.ALLSRC} | \
awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
+.PATH: ${.CURDIR}/../../forth
.include "${.CURDIR}/../../forth/Makefile.inc"
.if !exists(${DESTDIR}/boot/loader.rc)