add depend target

This commit is contained in:
Mark Andrews
2011-09-06 06:08:55 +00:00
parent 2947f87708
commit ebaaa81534
2 changed files with 6 additions and 0 deletions

View File

@@ -103,6 +103,9 @@ BUILD_SH_TP = \
# Custom targets.
#
.PHONY: depend
depend:
.PHONY: clean-all
clean-all:
MTN="$(MTN)" $(SH) $(srcdir)/admin/clean-all.sh

View File

@@ -4614,6 +4614,9 @@ installcheck-atf:
# Custom targets.
#
.PHONY: depend
depend:
.PHONY: clean-all
clean-all:
MTN="$(MTN)" $(SH) $(srcdir)/admin/clean-all.sh