diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 5a337b83a71c..6e4aa84375ad 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -26,7 +26,6 @@ MAN= acct.5 \ fbtab.5 \ fdescfs.5 \ forward.5 \ - freebsd-update.conf.5 \ fs.5 \ fstab.5 \ group.5 \ @@ -87,6 +86,10 @@ ATF= ${.CURDIR}/../../../contrib/atf _atf_formats.5= atf-formats.5 .endif +.if ${MK_FREEBSD_UPDATE} != "no" +MAN+= freebsd-update.conf.5 +.endif + .if ${MK_HESIOD} != "no" MAN+= hesiod.conf.5 .endif