summaryrefslogtreecommitdiff
path: root/apps/examples/sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/sendmail')
-rw-r--r--apps/examples/sendmail/Makefile5
-rw-r--r--apps/examples/sendmail/Makefile.host4
2 files changed, 6 insertions, 3 deletions
diff --git a/apps/examples/sendmail/Makefile b/apps/examples/sendmail/Makefile
index e8d05ceab..049321b52 100644
--- a/apps/examples/sendmail/Makefile
+++ b/apps/examples/sendmail/Makefile
@@ -87,12 +87,13 @@ context:
depend: .depend
clean:
- @rm -f *.o *~ .*.swp .built
+ $(call DELFILE .built)
$(call CLEAN)
@$(MAKE) -f Makefile.host clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
distclean: clean
- @rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep
diff --git a/apps/examples/sendmail/Makefile.host b/apps/examples/sendmail/Makefile.host
index bef7eebbf..e6ff39540 100644
--- a/apps/examples/sendmail/Makefile.host
+++ b/apps/examples/sendmail/Makefile.host
@@ -71,7 +71,9 @@ $(BIN): headers $(OBJS)
$(HOSTCC) $(HOSTLDFLAGS) $(OBJS) -o $@
clean:
- @rm -f $(BIN).* *.o1 *~
+ $(call DELFILE $(BIN).*)
+ $(call DELFILE *.o1)
+ $(call CLEAN)
@rm -rf include