diff options
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/netboot/Makefile b/sys/arch/mvme68k/stand/netboot/Makefile index fe6b0792bab..dc611c3879f 100644 --- a/sys/arch/mvme68k/stand/netboot/Makefile +++ b/sys/arch/mvme68k/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/04/28 10:49:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/05/10 20:02:18 deraadt Exp $ RELOC=0x3F0000 @@ -7,6 +7,8 @@ DEFS= -DSTANDALONE -DSUN_BOOTPARAMS INCPATH=-I${.CURDIR} -I${.CURDIR}/../libsa -I${S} -I${S}/lib/libsa CFLAGS= -O2 ${INCPATH} ${DEFS} ${COPTS} +CLEANFILES+=netboot netboot.bin + .include "${S}/arch/${MACHINE}/stand/libsa/Makefile.inc" .PATH: ${S}/arch/${MACHINE}/stand/libsa SRTOBJ= SRT0.o SRT1.o |