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.
named-checkconf.1 \
named-checkzone.1 \
named-journalprint.1 \
- named-nzd2nzf.1 \
named.8 \
nsec3hash.1 \
rndc-confgen.8 \
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 \