Removed extra parentheses.
This commit is contained in:
parent
716693cada
commit
d31991eea4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user