summaryrefslogtreecommitdiff
path: root/apps/examples/sendmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/sendmail/Makefile')
-rw-r--r--apps/examples/sendmail/Makefile5
1 files changed, 3 insertions, 2 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