summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2012-02-15 21:20:58 +0000
committerWarner Losh <imp@FreeBSD.org>2012-02-15 21:20:58 +0000
commitc693bd2ff623a07e8e7ea7e9e3f4bd81643d0de4 (patch)
tree3f09a2e5077f0e646a8d55d93335b5e87a2c5beb /share
parent4b0a80098875c40c404626086a7aaa7ab15831ea (diff)
downloadsrc-test2-c693bd2ff623a07e8e7ea7e9e3f4bd81643d0de4.tar.gz
src-test2-c693bd2ff623a07e8e7ea7e9e3f4bd81643d0de4.zip
Notes
Diffstat (limited to 'share')
-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 9c0434f70564..1cb6e324c056 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"