diff options
author | obrien <obrien@FreeBSD.org> | 2004-01-31 07:39:45 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-01-31 07:39:45 +0000 |
commit | 56844e70af38fc60cc6e46aedb529f107dfacee5 (patch) | |
tree | 01e81281649efe6af1db8a930340ee2e22a9df78 /sbin/sunlabel | |
parent | b8f86642e40bfb379af5e8433af9bb62f0a53c62 (diff) | |
download | FreeBSD-src-56844e70af38fc60cc6e46aedb529f107dfacee5.zip FreeBSD-src-56844e70af38fc60cc6e46aedb529f107dfacee5.tar.gz |
Install a 'disklable' alias.
Technical Reviewed by: ru
Diffstat (limited to 'sbin/sunlabel')
-rw-r--r-- | sbin/sunlabel/Makefile | 5 |
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} |