From 5ac86464fc5a6f37db2fa358c0b31b79b192405f Mon Sep 17 00:00:00 2001 From: Ruslan Bukin Date: Mon, 25 Jan 2016 10:44:10 +0000 Subject: [PATCH] Style. --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index c752ff69e807..ccc6507ff56e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -264,7 +264,8 @@ _libproc= libproc _librtld_db= librtld_db .endif -.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "riscv" +.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \ + ${MACHINE_CPUARCH} == "riscv" _libproc= libproc _librtld_db= librtld_db .endif