1# $FreeBSD$
2
3PACKAGE=	dpv
4
5PROG=		dpv
6
7CFLAGS+=	-I${.CURDIR}
8
9LIBADD=		dpv dialog
10
11.include <bsd.prog.mk>
12