]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sbin/sunlabel/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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