1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/usr.sbin/flowctl/Makefile
Gleb Smirnoff d9a134bf55 Man page for flowctl utility.
mdoc(7) lessons by:	ru
Approved by:		julian (mentor)
2004-09-17 22:37:45 +00:00

13 lines
123 B
Makefile

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