From 78636253d7341ba65f5f3f2ec26809a358e15392 Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 5 Sep 1998 11:37:14 +0000 Subject: Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. --- Makefile.inc1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index eef0503..ffedf05 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.4 1998/09/01 06:07:47 jb Exp $ +# $Id: Makefile.inc1,v 1.5 1998/09/03 21:34:31 jb Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -761,7 +761,7 @@ _scrnmaps= share/syscons/scrnmaps _linux= lkm/linux .endif .if ${OBJFORMAT} == "aout" -_netboot= sys/i386/boot/netboot +_netboot= sys/${MACHINE}/boot/netboot .endif BTMAKEFLAGS= ${MK_FLAGS} -D_BUILD_TOOLS @@ -907,7 +907,7 @@ legacy-build: @echo "--------------------------------------------------------------" @echo " Building legacy boot" @echo "--------------------------------------------------------------" - cd ${.CURDIR}/sys/i386/boot; \ + cd ${.CURDIR}/sys/${MACHINE}/boot; \ ${XMAKE} -DNOMAN depend; ${XMAKE} -DNOMAN all; .endif @@ -937,7 +937,7 @@ legacy-install: @echo "--------------------------------------------------------------" @echo " Installing legacy boot" @echo "--------------------------------------------------------------" - cd ${.CURDIR}/sys/i386/boot; ${MAKE} -DNOMAN install + cd ${.CURDIR}/sys/${MACHINE}/boot; ${MAKE} -DNOMAN install .endif -- cgit v1.1