freebsd-dev/sbin/sunlabel/Makefile
2004-01-29 18:12:27 +00:00

17 lines
219 B
Makefile

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