From 79ababc0ee20ee8e958e5a1016801cdb33a7ec05 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 15 Apr 2003 23:49:31 +0000 Subject: Hardlink sunlabel to disklabel so make release is happy. (This only affects sparc64, where bsd^H^H^Hdisklabel isn't built.) --- sbin/sunlabel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/sunlabel/Makefile') diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index c66334e..bbfe7c7 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG=sunlabel +LINKS=${BINDIR}/sunlabel ${BINDIR}/disklabel NOMAN= WARNS=5 -- cgit v1.1