]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/flowctl/Makefile
This commit was generated by cvs2svn to compensate for changes in r156803,
[FreeBSD/FreeBSD.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>