Removed extra parentheses.

This commit is contained in:
Ruslan Ermilov 2003-02-20 15:09:52 +00:00
parent 66c8239c89
commit 568ef33fa2

View File

@ -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