1# 2# $FreeBSD$ 3# 4 5PROG= flowctl 6MAN= 7 8WARNS?= 2 9DPADD= ${LIBNETGRAPH} 10LDADD= -lnetgraph 11 12.include <bsd.prog.mk> 13