aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-03-01 20:51:41 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-03-01 20:51:41 +0000
commitf1321be28478979ce17fe49717ab6f2546bc2f8e (patch)
treef4ee30170e7acb87846ed3c6528dc617030533b5 /sys/modules
parent6a4a051057ab49d6b5605d75c3d34c6007d66120 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/zfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile
index 53271f49efbf..21a6ad0a9664 100644
--- a/sys/modules/zfs/Makefile
+++ b/sys/modules/zfs/Makefile
@@ -85,7 +85,7 @@ CFLAGS+=-I${SUNW}/common
CFLAGS+=-I${.CURDIR}/../../../include
CFLAGS+=-DBUILDING_ZFS
-.if ${TARGET_ARCH} == "powerpc64"
+.if ${MACHINE_ARCH} == "powerpc64"
CFLAGS+=-mminimal-toc
.endif