From e96f48563bde38d972d7e1828ee6dbd6498f5372 Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 14 Mar 1997 05:07:27 +0000 Subject: [PATCH] Add netboot.bin to CLEANFILES. --- sys/arch/i386/stand/netboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/netboot/Makefile b/sys/arch/i386/stand/netboot/Makefile index 9bd3dfe08d0d..4b823159c689 100644 --- a/sys/arch/i386/stand/netboot/Makefile +++ b/sys/arch/i386/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/03/14 04:59:41 thorpej Exp $ +# $NetBSD: Makefile,v 1.3 1997/03/14 05:07:27 mycroft Exp $ S= ${.CURDIR}/../../../../ @@ -7,7 +7,7 @@ NOMAN= SRCS= main.c devopen.c conf.c dev_net.c version.c -CLEANFILES+= ${ROMSTART} ${PROG}.rom ${PROG}.sym ${PROG}.list +CLEANFILES+= ${ROMSTART} ${PROG}.bin ${PROG}.rom ${PROG}.sym ${PROG}.list #CPPFLAGS+= -DCOMPAT_OLDBOOT #CPPFLAGS+= -DDEBUG