Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/stand/netboot add netboot.bin to CLEANFILES



details:   https://anonhg.NetBSD.org/src/rev/99a2deff572b
branches:  trunk
changeset: 495245:99a2deff572b
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Jul 24 18:43:16 2000 +0000

description:
add netboot.bin to CLEANFILES

diffstat:

 sys/arch/mvme68k/stand/netboot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 284f080e7392 -r 99a2deff572b sys/arch/mvme68k/stand/netboot/Makefile
--- a/sys/arch/mvme68k/stand/netboot/Makefile   Mon Jul 24 18:39:01 2000 +0000
+++ b/sys/arch/mvme68k/stand/netboot/Makefile   Mon Jul 24 18:43:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2000/07/24 18:39:47 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.9 2000/07/24 18:43:16 jdolecek Exp $
 
 DEFS= -DSUN_BOOTPARAMS
 
@@ -6,6 +6,7 @@
 SRCS+= if_ie.c if_le.c
 PROG= netboot.tmp
 LIBS= ${LIBSA} ${LIBBUG}
+CLEANFILES+= netboot.bin
 
 netboot.bin: ${PROG}
        @size ${PROG}



Home | Main Index | Thread Index | Old Index