]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/sunlabel/Makefile
Remove deprecated GEOM classes
[FreeBSD/FreeBSD.git] / sbin / sunlabel / Makefile
1 # $FreeBSD$
2
3 PROG=   sunlabel
4 SRCS=   sunlabel.c sunlabel_enc.c
5 MAN=    sunlabel.8
6
7 .if ${MACHINE_CPUARCH} == "sparc64"
8 LINKS=  ${BINDIR}/sunlabel ${BINDIR}/disklabel
9 MLINKS= sunlabel.8 disklabel.8
10 .endif
11
12 LIBADD= geom
13
14 .include <bsd.prog.mk>
15
16 test:   ${PROG}
17         sh ${.CURDIR}/runtest.sh
18
19 testx: ${PROG}
20         sh -x ${.CURDIR}/runtest.sh