Poul-Henning Kamp 97b902efd2 If we cannot open the parent device for writing, use GEOM::CONFIG_GEOM
requests to write label and bootcode.

The -r argument is ignored (with a warning).

With a lot of help from:	jake
2003-04-23 08:25:20 +00:00

17 lines
210 B
Makefile

# $FreeBSD$
PROG=sunlabel
SRCS=sunlabel.c geom_sunlabel_enc.c
NOMAN=
WARNS=5
DDADD= ${LIBGEOM}
LDADD= -lgeom
.PATH: ${.CURDIR}/../../sys/geom
.include <bsd.prog.mk>
test: ${PROG}
sh ${.CURDIR}/runtest.sh