summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 3d187cf..a5dc1c4 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -85,7 +85,7 @@ SUBDIR= adjkerntz \
slattach \
spppcontrol \
startslip \
- sunlabel \
+ ${_sunlabel} \
swapon \
sysctl \
tunefs \
@@ -138,4 +138,8 @@ _fdisk= fdisk
_mca= mca
.endif
+.if ${MACHINE_ARCH} == "sparc64"
+_sunlabel= sunlabel
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud