mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Make various adjustments necessary to enable "make dist" to build a BIND source tarball whose contents are complete enough to build binaries, run unit & system tests, and generate documentation on Unix systems. Known outstanding issues: - "make distcheck" does not work yet. - Tests do not work for out-of-tree source-tarball-based builds. - Source tarballs are not complete enough for building on Windows. All of the above will be addressed in due course.
10 lines
113 B
Makefile
10 lines
113 B
Makefile
SUBDIRS = .
|
|
|
|
if HAVE_PERL
|
|
SUBDIRS += misc
|
|
endif
|
|
|
|
if HAVE_SPHINX_BUILD
|
|
SUBDIRS += man arm
|
|
endif HAVE_SPHINX_BUILD
|