]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/flowctl/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>