summaryrefslogtreecommitdiffstats
path: root/sbin/sunlabel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/sunlabel/Makefile')
-rw-r--r--sbin/sunlabel/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile
index 4eddae4..1e6a8aa 100644
--- a/sbin/sunlabel/Makefile
+++ b/sbin/sunlabel/Makefile
@@ -6,6 +6,11 @@ PROG= sunlabel
SRCS= sunlabel.c geom_sunlabel_enc.c
MAN= sunlabel.8
+.if ${MACHINE_ARCH} == "sparc64"
+LINKS= ${BINDIR}/sunlabel ${BINDIR}/sunlabel
+MLINKS= sunlabel.8 disklabel.8
+.endif
+
WARNS?= 5
DPADD= ${LIBGEOM}
OpenPOWER on IntegriCloud