From ed08782bf8ee676ec064b43620669c300f102875 Mon Sep 17 00:00:00 2001 From: nyan Date: Sun, 30 Oct 2005 15:59:08 +0000 Subject: MFi386: Enable beastie.4th. --- sys/boot/pc98/loader/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 1d83855..9085690 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 -- cgit v1.1