6882bf4d92
- fix printing of pipe profile data. - introduce new pipe parameter: 'burst' - how much data can be sent through pipe bypassing bandwidth limit.
10 lines
136 B
Makefile
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>
|