Makefile revision 115104
1# $FreeBSD: head/sbin/sunlabel/Makefile 115104 2003-05-17 19:05:17Z ru $
2
3PROG=sunlabel
4SRCS=sunlabel.c geom_sunlabel_enc.c
5NOMAN=
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