diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b4086b876254..29479bcfe2d7 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -203,8 +203,9 @@ SUBDIR= apply \ SUBDIR+=telnet .endif -.if !defined(NO_BIND) && 0 +.if !defined(NO_BIND) SUBDIR+=dig \ + dnskeygen \ dnsquery \ host .endif