aboutsummaryrefslogblamecommitdiff
path: root/sbin/sunlabel/Makefile
blob: 0cf449743ec85855632c51561b8846ea2eb0d50b (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                         


                                      
                  
 
                                   
                                              


                              
            
 
                      


                                


                                   
# $FreeBSD$

.PATH: ${SRCTOP}/sys/geom

PROG=	sunlabel
SRCS=	sunlabel.c geom_sunlabel_enc.c
MAN=	sunlabel.8

.if ${MACHINE_CPUARCH} == "sparc64"
LINKS=	${BINDIR}/sunlabel ${BINDIR}/disklabel
MLINKS=	sunlabel.8 disklabel.8
.endif

LIBADD=	geom

.include <bsd.prog.mk>

test:	${PROG}
	sh ${.CURDIR}/runtest.sh

testx: ${PROG}
	sh -x ${.CURDIR}/runtest.sh