From c40db6cc734847f5d3013132b80d70a078c16615 Mon Sep 17 00:00:00 2001 From: kato Date: Wed, 3 Feb 1999 08:39:09 +0000 Subject: PC98 version of new boot loader. Because boot2 has not yet ported, files in boot2 directory are copies from legacy biosboot. Submitted by: IMAI Takeshi --- sys/boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/Makefile') diff --git a/sys/boot/Makefile b/sys/boot/Makefile index cd27185..c125868 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -2,6 +2,6 @@ SUBDIR+= ficl # Pick the machine-dependant subdir based on the target architecture. -SUBDIR+= ${MACHINE_ARCH} +SUBDIR+= ${MACHINE} .include -- cgit v1.1