aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-08-23 22:24:11 +0000
committerWarner Losh <imp@FreeBSD.org>2010-08-23 22:24:11 +0000
commit25faff346c8453b8248f99c7cff71708262faa37 (patch)
tree3fedc9e4d65d62c819fe8818c625211ebbd8ef26 /usr.bin/ldd
parent222447d5e0b0966ae6350312718c2c783c3ce88b (diff)
Notes
Diffstat (limited to 'usr.bin/ldd')
-rw-r--r--usr.bin/ldd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile
index cd172280d7839..fd2b7b4d9ccb3 100644
--- a/usr.bin/ldd/Makefile
+++ b/usr.bin/ldd/Makefile
@@ -2,7 +2,7 @@
PROG?= ldd
SRCS= ldd.c
-.if ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_CPUARCH} == "i386"
SRCS+= sods.c
.endif