freebsd-dev/sbin/ipfw/Makefile
Oleg Bulyzhin 6882bf4d92 - fix dummynet 'fast' mode for WF2Q case.
- fix printing of pipe profile data.
- introduce new pipe parameter: 'burst' - how much data can be sent through
  pipe bypassing bandwidth limit.
2009-06-24 22:57:07 +00:00

10 lines
136 B
Makefile

# $FreeBSD$
PROG= ipfw
SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c altq.c
WARNS?= 2
LDADD= -lutil
MAN= ipfw.8
.include <bsd.prog.mk>