freebsd-skq/sbin/sunlabel/Makefile

21 lines
269 B
Makefile
Raw Normal View History

# $FreeBSD$
2004-01-29 18:15:19 +00:00
.PATH: ${.CURDIR}/../../sys/geom
PROG= sunlabel
SRCS= sunlabel.c geom_sunlabel_enc.c
2004-01-29 18:12:27 +00:00
MAN= sunlabel.8
2004-01-29 18:15:19 +00:00
WARNS?= 5
DPADD= ${LIBGEOM}
LDADD= -lgeom
.include <bsd.prog.mk>
test: ${PROG}
sh ${.CURDIR}/runtest.sh
2004-01-29 18:15:19 +00:00
testx: ${PROG}
sh -x ${.CURDIR}/runtest.sh