]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ancontrol/Makefile
Re-introduce another part of r249367. This commit fixes a register leak in
[FreeBSD/FreeBSD.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>