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