diff options
author | peter <peter@FreeBSD.org> | 1999-11-30 06:26:57 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-11-30 06:26:57 +0000 |
commit | a466491b96c382b4f6a5145307783306617d69ac (patch) | |
tree | 6b12dee1c9fb4f3630bbc954a8996f07c3cc76aa /usr.bin/Makefile | |
parent | 0270d2b8b3e1dccccff7ca4e98fe228a861da8d8 (diff) | |
download | FreeBSD-src-a466491b96c382b4f6a5145307783306617d69ac.zip FreeBSD-src-a466491b96c382b4f6a5145307783306617d69ac.tar.gz |
Reactivate bind and add dnskeygen.
Diffstat (limited to 'usr.bin/Makefile')
-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 |