add netboot.bin to CLEANFILES
This commit is contained in:
parent
921705c3eb
commit
0cd22457c9
@ -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
|
DEFS= -DSUN_BOOTPARAMS
|
||||||
|
|
||||||
@ -6,6 +6,7 @@ SRCS= boot.c conf.c devopen.c dev_net.c
|
|||||||
SRCS+= if_ie.c if_le.c
|
SRCS+= if_ie.c if_le.c
|
||||||
PROG= netboot.tmp
|
PROG= netboot.tmp
|
||||||
LIBS= ${LIBSA} ${LIBBUG}
|
LIBS= ${LIBSA} ${LIBBUG}
|
||||||
|
CLEANFILES+= netboot.bin
|
||||||
|
|
||||||
netboot.bin: ${PROG}
|
netboot.bin: ${PROG}
|
||||||
@size ${PROG}
|
@size ${PROG}
|
||||||
|
Loading…
Reference in New Issue
Block a user