Fixed style bugs in previous commit (151 characters of trailing whitespace).

This commit is contained in:
Bruce Evans 2004-06-21 16:12:02 +00:00
parent 37d6fe57c5
commit 07f8c1504f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130854

View file

@ -2,7 +2,7 @@
# Search for kernel source tree in standard places.
.for _dir in ${.CURDIR}/../.. ${.CURDIR}/../../.. ${.CURDIR}/../../../.. \
/sys /usr/src/sys
/sys /usr/src/sys
.if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk)
SYSDIR= ${_dir}
.endif