]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/dconschat/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>