mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
11 lines
134 B
Makefile
11 lines
134 B
Makefile
SUBDIRS = .
|
|
|
|
if HAVE_PERL
|
|
SUBDIRS += misc
|
|
endif
|
|
|
|
if HAVE_SPHINX_BUILD
|
|
SUBDIRS += man arm
|
|
endif HAVE_SPHINX_BUILD
|
|
|
|
EXTRA_DIST = notes/
|