Makefile revision 125210
1# $FreeBSD: head/sbin/sunlabel/Makefile 125210 2004-01-29 18:12:27Z obrien $
2
3PROG=sunlabel
4SRCS=sunlabel.c geom_sunlabel_enc.c
5MAN=	sunlabel.8
6WARNS=5
7
8DPADD=	${LIBGEOM}
9LDADD=	-lgeom
10
11.PATH:	${.CURDIR}/../../sys/geom
12
13.include <bsd.prog.mk>
14
15test:	${PROG}
16	sh ${.CURDIR}/runtest.sh
17