mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
Fixed style bugs in previous commit (151 characters of trailing whitespace).
This commit is contained in:
parent
37d6fe57c5
commit
07f8c1504f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130854
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user