summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-20 15:09:52 +0000
committerru <ru@FreeBSD.org>2003-02-20 15:09:52 +0000
commite4c356edebfc9ee6b6e394ad2dd41ef53e7efc83 (patch)
treec8bd4ce07ecfafb10cb8a1c25827b3752fcd2838 /usr.bin/truss
parentb36c276cc5c942f37ba00ee6abe2baa67bc24dc1 (diff)
downloadFreeBSD-src-e4c356edebfc9ee6b6e394ad2dd41ef53e7efc83.zip
FreeBSD-src-e4c356edebfc9ee6b6e394ad2dd41ef53e7efc83.tar.gz
Removed extra parentheses.
Diffstat (limited to 'usr.bin/truss')
-rw-r--r--usr.bin/truss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile
index a03e990..c5b0d7a 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
OpenPOWER on IntegriCloud