diff options
-rw-r--r-- | usr.bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b4086b8..29479bc 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 |