freebsd-dev/sbin/sunlabel/Makefile
Jake Burkholder 21e6d81a68 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.
2003-01-31 07:03:25 +00:00

8 lines
66 B
Makefile

# $FreeBSD$
PROG=sunlabel
NOMAN=
WARNS=5
.include <bsd.prog.mk>