summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.kmod.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-02-15 21:20:58 +0000
committerimp <imp@FreeBSD.org>2012-02-15 21:20:58 +0000
commit24393271fee36a45a67119022dc110706aed11fa (patch)
tree3f09a2e5077f0e646a8d55d93335b5e87a2c5beb /share/mk/bsd.kmod.mk
parent155f7fba710056b955fd4cdc8a680f1deab4fb7c (diff)
downloadFreeBSD-src-24393271fee36a45a67119022dc110706aed11fa.zip
FreeBSD-src-24393271fee36a45a67119022dc110706aed11fa.tar.gz
Wordsmith the can't find kernel error message, and suggest which
variable to set to override.
Diffstat (limited to 'share/mk/bsd.kmod.mk')
-rw-r--r--share/mk/bsd.kmod.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.kmod.mk b/share/mk/bsd.kmod.mk
index 9c0434f..1cb6e32 100644
--- a/share/mk/bsd.kmod.mk
+++ b/share/mk/bsd.kmod.mk
@@ -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"
OpenPOWER on IntegriCloud