From 2efe016de412b5ba8f550edafdcf575943e3b7c8 Mon Sep 17 00:00:00 2001 From: jb Date: Fri, 20 Feb 1998 07:37:08 +0000 Subject: Test for the existance of ${MACHINE}/boot before trying to build it. The PC98 stuff in this makefile should be removed and that system should build with MACHINE=pc98 and MACHINE_ARCH=i386. --- sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/Makefile') diff --git a/sys/Makefile b/sys/Makefile index 28d394a..ebf9ca2 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.7 1997/02/22 09:27:56 peter Exp $ +# $Id: Makefile,v 1.8 1997/07/13 07:36:20 jkh Exp $ .if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes" SUBDIR= pc98/boot -.else +.elif exists(${MACHINE}/boot) SUBDIR= ${MACHINE}/boot .endif -- cgit v1.1