From 7e4761fc23646b73a765d4e0300fa365f3d8c668 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 31 Jan 2003 07:03:25 +0000 Subject: Add sunlabel, a more or less drop in replacement for bsd^H^H^Hdisklabel(8) which works on sun labels. Due to the lack of an interface other than write(2) to update labels, it cannot modify an open partition. --- sbin/sunlabel/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sbin/sunlabel/Makefile (limited to 'sbin/sunlabel/Makefile') diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile new file mode 100644 index 0000000..c66334e --- /dev/null +++ b/sbin/sunlabel/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +PROG=sunlabel +NOMAN= +WARNS=5 + +.include -- cgit v1.1