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