Removed extra parentheses.

This commit is contained in:
ru 2003-02-20 15:09:52 +00:00
parent 716693cada
commit d31991eea4

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