summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bind/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bind/Makefile.in b/usr.sbin/bind/Makefile.in
index 18de1b3db81..05e8ac1c62d 100644
--- a/usr.sbin/bind/Makefile.in
+++ b/usr.sbin/bind/Makefile.in
@@ -27,7 +27,7 @@ TARGETS =
@BIND9_MAKE_RULES@
distclean::
- @if [ "X@LIBBIND@" = "X" ] ; then \
+ @if [ "X@LIBBIND@" != "X" ] ; then \
i=lib/bind; \
echo "making $@ in `pwd`/$$i"; \
(cd $$i; ${MAKE} ${MAKEDEFS} $@) || exit 1; \