1# $FreeBSD$
2
3PROG=	dconschat
4MAN=	dconschat.8
5
6CFLAGS+= -I${SRCTOP}/sys
7
8LIBADD=	kvm
9
10WARNS?=	1
11
12.include <bsd.prog.mk>
13