]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/dconschat/Makefile
Update releng/10.2 to RC2 in preparation for the next set of builds.
[FreeBSD/releng/10.2.git] / usr.sbin / dconschat / Makefile
1 # $FreeBSD$
2
3 PROG=   dconschat
4 MAN=    dconschat.8
5
6 CFLAGS+= -I${.CURDIR}/../../sys
7
8 DPADD=  ${LIBKVM}
9 LDADD=  -lkvm
10
11 WARNS?= 1
12
13 .include <bsd.prog.mk>