Add machine symlink to CLEANFILES.

This commit is contained in:
wiz 2002-05-02 18:35:02 +00:00
parent f1c9ecc81e
commit aa4109feb4

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2002/05/02 18:30:46 wiz Exp $
# $NetBSD: Makefile,v 1.7 2002/05/02 18:35:02 wiz Exp $
PROG= bootelf
SRCS= boot.c byteorder.c loadfile.c loadfile_elf32.c
@ -11,6 +11,8 @@ LIBSA=${.CURDIR}/../../../../lib/libsa
CPPFLAGS+= -I${LIBSA} -I${.OBJDIR}
LDSTATIC?= -static
CLEANFILES+= machine
machine::
-rm -f $@
ln -s ${.CURDIR}/../../../../arch/${MACHINE}/include $@