]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/flowctl/Makefile
MFC r206622,207939,208593,208732,209031: mdoc cleanup
[FreeBSD/stable/8.git] / usr.sbin / flowctl / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   flowctl
6 MAN=    flowctl.8
7
8 WARNS?= 2
9 DPADD=  ${LIBNETGRAPH}
10 LDADD=  -lnetgraph
11
12 .include <bsd.prog.mk>