summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bind/make/rules.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/bind/make/rules.in b/usr.sbin/bind/make/rules.in
index 2db8442d47a..09f5b9da2b8 100644
--- a/usr.sbin/bind/make/rules.in
+++ b/usr.sbin/bind/make/rules.in
@@ -47,7 +47,12 @@ top_builddir = @BIND9_TOP_BUILDDIR@
### Makefile may define:
### TARGETS
-all: subdirs ${TARGETS}
+all: subdirs
+ @exec ${MAKE} ${TARGETS} dummy-target
+
+dummy-target:
+
+.PHONY: dummy-target
###
### Subdirectories