]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/dconschat/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 .include <bsd.prog.mk>