mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Do not install freebsd-update.conf.5 manual if WITHOUT_FREEBSD_UPDATE is
set. MFC after: 3 days Approved by: re (delphij) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1330c354c5
commit
b11797ad2f
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue