From 46704be5a0c7a18e5d6ef64d78528d3e86bbf6f6 Mon Sep 17 00:00:00 2001 From: dsl Date: Sat, 12 Nov 2005 09:42:51 +0000 Subject: [PATCH] No need to build pxeboot_com0 any more --- sys/arch/i386/stand/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/Makefile b/sys/arch/i386/stand/Makefile index ac452ca1f1a7..74abe6e4901d 100644 --- a/sys/arch/i386/stand/Makefile +++ b/sys/arch/i386/stand/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/07/26 08:45:12 dsl Exp $ +# $NetBSD: Makefile,v 1.24 2005/11/12 09:42:51 dsl Exp $ SUBDIR= genprom .WAIT @@ -9,6 +9,5 @@ SUBDIR+= dosboot misc SUBDIR+= netboot SUBDIR+= pxeboot -SUBDIR+= pxeboot_com0 .include