summaryrefslogtreecommitdiffstats
path: root/sbin/sunlabel/Makefile
blob: 7a855ba101b84597757c7f89fed7eb628c4b12ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

PROG=sunlabel
SRCS=sunlabel.c geom_sunlabel_enc.c
LINKS=${BINDIR}/sunlabel ${BINDIR}/disklabel
NOMAN=
WARNS=5

.PATH:	${.CURDIR}/../../sys/geom

.include <bsd.prog.mk>

test:	${PROG}
	sh ${.CURDIR}/runtest.sh
OpenPOWER on IntegriCloud