Remove building with NOCRYPTO option
[minix.git] / external / bsd / bind / dist / unit / README
blob35edf4cfed0c5861634a3163cfa8c98591354d2e
1 These unit tests for BIND 9 are based on the NetBSD Automated Test Framework 
2 release 0.17.
4 To build an external copy of ATF for use by BIND 9:
6   $ cd atf-src
7   $ configure --prefix=<prefix> --enable-tools --disable-shared
8   $ make
9   $ make install
11 Subsequently, specify the ATF prefix when building BIND 9:
13   $ configure --with-atf=<prefix>
15 ATF can also be built automatically during the BIND 9 build,
16 by specifying --with-atf without an argument:
18   $ configure --with-atf
20 This causes BIND 9 to build ATF in the atf-src directory and
21 link to it directly.