mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Wordsmith the can't find kernel error message, and suggest which
variable to set to override.
This commit is contained in:
parent
4b0a800988
commit
c693bd2ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ SYSDIR= ${_dir}
|
|||
.endfor
|
||||
.if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) || \
|
||||
!exists(${SYSDIR}/conf/kmod.mk)
|
||||
.error "can't find kernel source tree"
|
||||
.error "can't locate the kernel source tree, set SYSDIR to override."
|
||||
.endif
|
||||
|
||||
.include "${SYSDIR}/conf/kmod.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue