2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00: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:
Michał Kępień
2021-03-22 09:36:48 +01:00
parent ceedee0785
commit dcab218adc

View File

@@ -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 \