1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00
freebsd/usr.sbin/flowctl/Makefile

13 lines
123 B
Makefile
Raw Normal View History

#
# $FreeBSD$
#
PROG= flowctl
MAN= flowctl.8
WARNS?= 2
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
.include <bsd.prog.mk>