From 5f0f366bacbf0ecde981e1b0a2a3f5818afd5f34 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Sun, 1 Feb 2004 13:09:26 +0000 Subject: [PATCH] Spell "disklabel" correctly. Approved by: ru --- sbin/sunlabel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 1e6a8aa6c0af..143b6c72bb0f 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