97b902efd2
requests to write label and bootcode. The -r argument is ignored (with a warning). With a lot of help from: jake
17 lines
210 B
Makefile
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
|