diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-04-03 02:27:40 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-04-03 02:27:40 +0000 |
| commit | 11823c5f1ebe38c7d1af096d4e8a2d4c0850d392 (patch) | |
| tree | 6880df1132d6d4f55245a8879c3b6b6467fbddf7 /sys/boot/sparc64 | |
| parent | ed2b5a0aeff547871249f56d82c705444efa25f5 (diff) | |
Notes
Diffstat (limited to 'sys/boot/sparc64')
| -rw-r--r-- | sys/boot/sparc64/loader/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile index 051f97184a99..ca2853c42396 100644 --- a/sys/boot/sparc64/loader/Makefile +++ b/sys/boot/sparc64/loader/Makefile @@ -95,6 +95,7 @@ loader.help: help.common help.sparc64 cat ${.ALLSRC} | \ awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET} +.PATH: ${.CURDIR}/../../forth .include "${.CURDIR}/../../forth/Makefile.inc" .if !exists(${DESTDIR}/boot/loader.rc) |
