mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Removed extra parentheses.
This commit is contained in:
parent
66c8239c89
commit
568ef33fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue