aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-10-07 13:46:09 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-10-07 13:46:09 +0000
commitc668c15639d480d8c3b34c6a3283f6345ac53b19 (patch)
tree4e1f2f155039e6fc48a953c3cc6e770cee6bab26 /usr.bin/truss
parente3de88f4ff5e423959b45e29a7041c42aa681df7 (diff)
Notes
Diffstat (limited to 'usr.bin/truss')
-rw-r--r--usr.bin/truss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile
index 8db1458e0dc3d..b7f8a3f044839 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
.if (${MACHINE} == "alpha")
SRCS+= alpha-fbsd.c
-.elif (${MACHINE} == "i386")
+.elif (${MACHINE_ARCH} == "i386")
SRCS+= i386-fbsd.c i386-linux.c linux_syscalls.h
.endif