freebsd-dev/sbin/sunlabel/Makefile

23 lines
353 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/geom
2004-01-29 18:15:19 +00:00
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