From 0b163ef243494f38a5bbaaf5cb9a78cf13d7c049 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Fri, 29 May 2015 14:03:07 +0000 Subject: [PATCH] Kill EoL whitespace. --- sys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Makefile b/sys/Makefile index 2475f9f62850..75757463779c 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -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