mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't force filemon for makeman/showconfig
Reported by: lidl
This commit is contained in:
parent
e933649fb9
commit
ef4ce15d06
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ META_MODE+= missing-meta=yes
|
|||
META_MODE+= silent=yes
|
||||
.endif
|
||||
.if !exists(/dev/filemon)
|
||||
.if ${UPDATE_DEPENDFILE:Uyes:tl} != "no" && !defined(NO_FILEMON)
|
||||
.if ${UPDATE_DEPENDFILE:Uyes:tl} != "no" && !defined(NO_FILEMON) && \
|
||||
!make(showconfig)
|
||||
.error ${.newline}ERROR: The filemon module (/dev/filemon) is not loaded.
|
||||
.endif
|
||||
META_MODE+= nofilemon
|
||||
|
|
|
|||
Loading…
Reference in a new issue