diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-20 15:09:52 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-02-20 15:09:52 +0000 |
| commit | 568ef33fa243ee641f5339e6d2cfdf29434dc8e1 (patch) | |
| tree | c8bd4ce07ecfafb10cb8a1c25827b3752fcd2838 /usr.bin | |
| parent | 66c8239c89c92965920a995a0a6ea63e56a40a39 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/truss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index a03e99020c6b..c5b0d7acbf58 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 |
