]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ancontrol/Makefile
This commit was generated by cvs2svn to compensate for changes in r100490,
[FreeBSD/FreeBSD.git] / usr.sbin / ancontrol / Makefile
1 # $FreeBSD$
2
3 PROG=           ancontrol
4 MAN=            ancontrol.8
5
6 CFLAGS+=        -I${.CURDIR}/../../sys -DANCACHE
7 DPADD=          ${LIBMD}
8 LDADD=          -lmd
9
10 WARNS?=         2
11
12 .include <bsd.prog.mk>