diff --git a/commands/ash/Makefile b/commands/ash/Makefile index b1e649a9b..886f17533 100644 --- a/commands/ash/Makefile +++ b/commands/ash/Makefile @@ -42,6 +42,8 @@ CPPFLAGS+= -I. -I${.CURDIR} .for tool in init nodes signames syntax ${.OBJDIR}/mk${tool}: ${.CURDIR}/mk${tool}.c ${HOST_CC} ${.ALLSRC} -o ${.TARGET} + +CLEANFILES+= ${.OBJDIR}/mk${tool} .endfor # B. Generates C sources from C tools