mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Install named-nzd2nzf man page conditionally
The named-nzd2nzf utility is only built and installed for LMDB-enabled builds. Adjust the relevant Makefile.am file to make sure the named-nzd2nzf.1 man page is also only built and installed for LMDB-enabled builds.
This commit is contained in:
parent
ceedee0785
commit
dcab218adc
1 changed files with 5 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ man_MANS = \
|
|||
named-checkconf.1 \
|
||||
named-checkzone.1 \
|
||||
named-journalprint.1 \
|
||||
named-nzd2nzf.1 \
|
||||
named.8 \
|
||||
nsec3hash.1 \
|
||||
rndc-confgen.8 \
|
||||
|
|
@ -113,6 +112,11 @@ man_MANS += \
|
|||
dnstap-read.1
|
||||
endif HAVE_DNSTAP
|
||||
|
||||
if HAVE_LMDB
|
||||
man_MANS += \
|
||||
named-nzd2nzf.1
|
||||
endif HAVE_LMDB
|
||||
|
||||
if HAVE_PKCS11
|
||||
man_MANS += \
|
||||
pkcs11-destroy.1 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue