Makefile revision 114595
1# $FreeBSD: head/sbin/sunlabel/Makefile 114595 2003-05-03 19:49:05Z ru $
2
3PROG=sunlabel
4SRCS=sunlabel.c geom_sunlabel_enc.c
5NOMAN=
6WARNS=5
7
8DPADD=	${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
9LDADD=	-lgeom -lbsdxml -lsbuf
10
11.PATH:	${.CURDIR}/../../sys/geom
12
13.include <bsd.prog.mk>
14
15test:	${PROG}
16	sh ${.CURDIR}/runtest.sh
17