From c3d188aaa87ccd421d373ded717d070dd93d3528 Mon Sep 17 00:00:00 2001 From: minoura Date: Sun, 27 Jan 2002 01:07:00 +0000 Subject: [PATCH] omit xxboot, old a.out-only bootblock. --- sys/arch/x68k/stand/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/x68k/stand/Makefile b/sys/arch/x68k/stand/Makefile index 42f0e0ec1c2f..c9d48dd7ae43 100644 --- a/sys/arch/x68k/stand/Makefile +++ b/sys/arch/x68k/stand/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2001/12/02 09:59:39 minoura Exp $ +# $NetBSD: Makefile,v 1.8 2002/01/27 01:07:00 minoura Exp $ -SUBDIR= xxboot mboot newdisk aout2hux libdos libiocs .WAIT loadbsd # common +SUBDIR= mboot newdisk aout2hux libdos libiocs .WAIT loadbsd # common SUBDIR+= libsa .WAIT boot boot_ufs boot_ustar installboot .include