mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-04 17:24:47 -04: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/
|