summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource/script/installman.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/script/installman.sh b/source/script/installman.sh
index 7edc707ab07..76b8845f3f3 100755
--- a/source/script/installman.sh
+++ b/source/script/installman.sh
@@ -48,6 +48,7 @@ for lang in $langs; do
# Check if this man page if required by the configured feature set
case "${MP_BASENAME}" in
+ cifs.upcall.8) test -z "${CIFSUPCALL_PROGS}" && continue ;;
smbsh.1) test -z "${SMBWRAPPER}" && continue ;;
smbmnt.8|smbmount.8|smbumount.8) test -z "${SMBMOUNT_PROGS}" && continue ;;
*) ;;