]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ancontrol/Makefile
This commit was generated by cvs2svn to compensate for changes in r95421,
[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 LDADD+=         -lmd
8
9 WARNS?=         2
10
11 .include <bsd.prog.mk>