Kill EoL whitespace.

This commit is contained in:
Maxim Konovalov 2015-05-29 14:03:07 +00:00
parent ac1c13c4f2
commit 0b163ef243
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283743

View File

@ -10,7 +10,7 @@ CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
.if defined(ALL_ARCH)
CSCOPE_ARCHDIR = amd64 arm arm64 i386 mips pc98 powerpc sparc64 x86
.else
CSCOPE_ARCHDIR = ${MACHINE}
CSCOPE_ARCHDIR = ${MACHINE}
.if ${MACHINE} != ${MACHINE_CPUARCH}
CSCOPE_ARCHDIR += ${MACHINE_CPUARCH}
.endif