mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
21e6d81a68
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.
8 lines
66 B
Makefile
8 lines
66 B
Makefile
# $FreeBSD$
|
|
|
|
PROG=sunlabel
|
|
NOMAN=
|
|
WARNS=5
|
|
|
|
.include <bsd.prog.mk>
|