aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2008-07-06 20:57:35 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2008-07-06 20:57:35 +0000
commitc4c9b9f50ce05053a8329e53d508d456dfcdd6c7 (patch)
tree5fb3c31b1094da670f84d4c5bf11ca4b019ba97e /sbin/Makefile
parentbc068d93d1cd0112a604633034340cafea6a3271 (diff)
Notes
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index a5dc1c4f1450..1af63c06ad62 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -113,7 +113,7 @@ _ping6= ping6
_rtsol= rtsol
.endif
-.if ${MACHINE_ARCH} != "ia64"
+.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "powerpc"
_bsdlabel= bsdlabel
.endif