From d31991eea4f532e2a6da0c16b6a2439091592785 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 20 Feb 2003 15:09:52 +0000 Subject: [PATCH] Removed extra parentheses. --- usr.bin/truss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index a03e99020c6b..c5b0d7acbf58 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -2,7 +2,7 @@ PROG= truss SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c -.if (${MACHINE_ARCH} == "i386") +.if ${MACHINE_ARCH} == "i386" SRCS+= i386-linux.c linux_syscalls.h .endif