]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/ancontrol/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / ancontrol / Makefile
1 # $FreeBSD$
2
3 PROG=   ancontrol
4 MAN=    ancontrol.8
5
6 WARNS?= 3
7 CFLAGS+= -DANCACHE -I${.CURDIR}/../../sys
8
9 DPADD=  ${LIBMD}
10 LDADD=  -lmd
11
12 .include <bsd.prog.mk>