From 56844e70af38fc60cc6e46aedb529f107dfacee5 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 31 Jan 2004 07:39:45 +0000 Subject: Install a 'disklable' alias. Technical Reviewed by: ru --- sbin/sunlabel/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sbin/sunlabel/Makefile') 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} -- cgit v1.1