mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:20:00 -04:00
add depend target
This commit is contained in:
parent
d7f7810f2b
commit
2dfde9bb09
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4614,6 +4614,9 @@ installcheck-atf:
|
|||
# Custom targets.
|
||||
#
|
||||
|
||||
.PHONY: depend
|
||||
depend:
|
||||
|
||||
.PHONY: clean-all
|
||||
clean-all:
|
||||
MTN="$(MTN)" $(SH) $(srcdir)/admin/clean-all.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue