diff options
author | ceri <ceri@FreeBSD.org> | 2004-02-01 13:09:26 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2004-02-01 13:09:26 +0000 |
commit | 793b22a99c86e2b153bfe33cf69e04dd701aa7cb (patch) | |
tree | 5c993a618eed7b9da129aeec94e17bc4383529d4 /sbin/sunlabel | |
parent | a1efb0d173bca88fc144fe308f179640e6e2f97b (diff) | |
download | FreeBSD-src-793b22a99c86e2b153bfe33cf69e04dd701aa7cb.zip FreeBSD-src-793b22a99c86e2b153bfe33cf69e04dd701aa7cb.tar.gz |
Spell "disklabel" correctly.
Approved by: ru
Diffstat (limited to 'sbin/sunlabel')
-rw-r--r-- | sbin/sunlabel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 1e6a8aa..143b6c7 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -7,7 +7,7 @@ SRCS= sunlabel.c geom_sunlabel_enc.c MAN= sunlabel.8 .if ${MACHINE_ARCH} == "sparc64" -LINKS= ${BINDIR}/sunlabel ${BINDIR}/sunlabel +LINKS= ${BINDIR}/sunlabel ${BINDIR}/disklabel MLINKS= sunlabel.8 disklabel.8 .endif |