freebsd-dev/sbin/sunlabel/Makefile

23 lines
360 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
.if ${MACHINE_CPUARCH} == "sparc64"
LINKS= ${BINDIR}/sunlabel ${BINDIR}/disklabel
MLINKS= sunlabel.8 disklabel.8
.endif
LIBADD= geom
.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