diff options
author | Scott Long <scottl@FreeBSD.org> | 2003-06-04 15:58:31 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2003-06-04 15:58:31 +0000 |
commit | 9bff81176ed8dcf0525a1e1fcecbb9eb6ea66661 (patch) | |
tree | 1ce618b243521d96c839d155c61dfb4eec22b02e | |
parent | 0664f560774fff074d22ff3bf94084cdd7b4c468 (diff) |
Notes
-rw-r--r-- | sys/boot/pc98/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 7139859b1667..a156d61e9136 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -108,7 +108,7 @@ FILES= ${PROG}.help loader.4th support.4th loader.conf FILESDIR_loader.conf= /boot/defaults .if !exists(${DESTDIR}/boot/loader.rc) -FILES+= loader.rc +FILES+= ${.CURDIR}/../../forth/loader.rc .endif .include <${.CURDIR}/../Makefile.inc> |