17 lines
226 B
Makefile
Raw Normal View History

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