]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/dconschat/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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 .include <bsd.prog.mk>