summaryrefslogtreecommitdiffstats
path: root/sbin/sunlabel/Makefile
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-01-31 07:03:25 +0000
committerjake <jake@FreeBSD.org>2003-01-31 07:03:25 +0000
commit7e4761fc23646b73a765d4e0300fa365f3d8c668 (patch)
tree89dd1f9e0be95d48ec15dc4f37456bff3ffd2ef5 /sbin/sunlabel/Makefile
parent2088790fbcb0482bf386a5aa66ffc231c704b4ab (diff)
downloadFreeBSD-src-7e4761fc23646b73a765d4e0300fa365f3d8c668.zip
FreeBSD-src-7e4761fc23646b73a765d4e0300fa365f3d8c668.tar.gz
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.
Diffstat (limited to 'sbin/sunlabel/Makefile')
-rw-r--r--sbin/sunlabel/Makefile7
1 files changed, 7 insertions, 0 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud