# $FreeBSD$
PROG= ancontrol
MAN= ancontrol.8
CFLAGS+= -I${.CURDIR}/../../sys -DANCACHE
LDADD+= -lmd
WARNS?= 2
.include <bsd.prog.mk>