1# $FreeBSD$
2
3PROG=	ancontrol
4MAN=	ancontrol.8
5
6WARNS?=	3
7CFLAGS+= -DANCACHE -I${SRCTOP}/sys
8
9LIBADD=	md
10
11.include <bsd.prog.mk>
12