Install a 'disklable' alias.

Technical Reviewed by:	ru
This commit is contained in:
David E. O'Brien 2004-01-31 07:39:45 +00:00
parent bfb7317ebf
commit 8e587162d3

View File

@ -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}