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

PROG=sunlabel
SRCS=sunlabel.c geom_sunlabel_enc.c
NOMAN=
WARNS=5

DDADD=	${LIBGEOM}
LDADD=	-lgeom -lbsdxml -lsbuf

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

.include <bsd.prog.mk>

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