summaryrefslogtreecommitdiffstats
path: root/sbin/sunlabel/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-01-31 07:39:45 +0000
committerobrien <obrien@FreeBSD.org>2004-01-31 07:39:45 +0000
commit56844e70af38fc60cc6e46aedb529f107dfacee5 (patch)
tree01e81281649efe6af1db8a930340ee2e22a9df78 /sbin/sunlabel/Makefile
parentb8f86642e40bfb379af5e8433af9bb62f0a53c62 (diff)
downloadFreeBSD-src-56844e70af38fc60cc6e46aedb529f107dfacee5.zip
FreeBSD-src-56844e70af38fc60cc6e46aedb529f107dfacee5.tar.gz
Install a 'disklable' alias.
Technical Reviewed by: ru
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