diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-10-30 15:59:08 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-10-30 15:59:08 +0000 |
| commit | 94ac50dbcb6ebc08c39e04e57b9e8648877ebc03 (patch) | |
| tree | a3ff53284641cc357807e26b4c880487d00ad4de /sys/boot | |
| parent | 053d1689b12d6470404e151104c622c8fdbc398e (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/loader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 1d838557e5e2c..9085690c0c968 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -75,13 +75,13 @@ loader.help: help.common help.pc98 .PATH: ${.CURDIR}/../../forth FILES= loader loader.help loader.4th support.4th loader.conf -FILES+= screen.4th frames.4th +FILES+= screen.4th frames.4th beastie.4th # XXX INSTALLFLAGS_loader= -b FILESMODE_loader= ${BINMODE} -b FILESDIR_loader.conf= /boot/defaults .if !exists(${DESTDIR}/boot/loader.rc) -FILES+= loader.rc +FILES+= ${.CURDIR}/../../i386/loader/loader.rc .endif # XXX crt0.o needs to be first for pxeboot(8) to work |
