Fix comma splice, can't ambiguity and quoting.

Submitted by:	bde@
MFC after:	2 weeks
This commit is contained in:
Warner Losh 2012-02-16 21:04:47 +00:00
parent 687adb703d
commit e517a11c27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231834

View File

@ -9,7 +9,7 @@ SYSDIR= ${_dir}
.endfor
.if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) || \
!exists(${SYSDIR}/conf/kmod.mk)
.error "can't locate the kernel source tree, set SYSDIR to override."
.error Unable to locate the kernel source tree. Set SYSDIR to override.
.endif
.include "${SYSDIR}/conf/kmod.mk"