Deleted Added
sdiff udiff text old ( 211725 ) new ( 275030 )
full compact
1# $FreeBSD: head/sbin/sunlabel/Makefile 211725 2010-08-23 22:24:11Z imp $
2
3.PATH: ${.CURDIR}/../../sys/geom
4
5PROG= sunlabel
6SRCS= sunlabel.c geom_sunlabel_enc.c
7MAN= sunlabel.8
8
9.if ${MACHINE_CPUARCH} == "sparc64"
10LINKS= ${BINDIR}/sunlabel ${BINDIR}/disklabel
11MLINKS= sunlabel.8 disklabel.8
12.endif
13
14DPADD= ${LIBGEOM}
15LDADD= -lgeom
16
17.include <bsd.prog.mk>
18
19test: ${PROG}
20 sh ${.CURDIR}/runtest.sh
21
22testx: ${PROG}
23 sh -x ${.CURDIR}/runtest.sh