From fd19a462653016a1bd0e65471fa2f103ba23ed8d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 23 Apr 2003 06:37:57 +0000 Subject: [PATCH] Do not link sunlabel to disklabel. --- sbin/sunlabel/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 7a855ba101b..68f9575310b 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -2,7 +2,6 @@ PROG=sunlabel SRCS=sunlabel.c geom_sunlabel_enc.c -LINKS=${BINDIR}/sunlabel ${BINDIR}/disklabel NOMAN= WARNS=5