diff --git a/sys/arch/mmeye/stand/bootelf/Makefile b/sys/arch/mmeye/stand/bootelf/Makefile index 409f1e1c6a83..c6eb76ef4d4d 100644 --- a/sys/arch/mmeye/stand/bootelf/Makefile +++ b/sys/arch/mmeye/stand/bootelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/05/02 18:35:02 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/05/02 18:54:32 wiz Exp $ PROG= bootelf SRCS= boot.c byteorder.c loadfile.c loadfile_elf32.c @@ -13,6 +13,8 @@ LDSTATIC?= -static CLEANFILES+= machine +realdepend realall: machine + machine:: -rm -f $@ ln -s ${.CURDIR}/../../../../arch/${MACHINE}/include $@