]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/flowctl/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[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>