]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sbin/sunlabel/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sbin / sunlabel / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../sys/geom
4
5 PROG=   sunlabel
6 SRCS=   sunlabel.c geom_sunlabel_enc.c
7 MAN=    sunlabel.8
8
9 .if ${MACHINE_ARCH} == "sparc64"
10 LINKS=  ${BINDIR}/sunlabel ${BINDIR}/disklabel
11 MLINKS= sunlabel.8 disklabel.8
12 .endif
13
14 WARNS?= 5
15
16 DPADD=  ${LIBGEOM}
17 LDADD=  -lgeom
18
19 .include <bsd.prog.mk>
20
21 test:   ${PROG}
22         sh ${.CURDIR}/runtest.sh
23
24 testx: ${PROG}
25         sh -x ${.CURDIR}/runtest.sh