summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/Makefile
diff options
context:
space:
mode:
authoroleg <oleg@FreeBSD.org>2009-06-24 22:57:07 +0000
committeroleg <oleg@FreeBSD.org>2009-06-24 22:57:07 +0000
commit11197296caae985dd245decd98433d199f255d12 (patch)
treea9efdc63dcb90f2bc9fa7f4586182471924222a1 /sbin/ipfw/Makefile
parent4a49dd3ace47cbf930cdee3e43aaa5efddc2ed49 (diff)
downloadFreeBSD-src-11197296caae985dd245decd98433d199f255d12.zip
FreeBSD-src-11197296caae985dd245decd98433d199f255d12.tar.gz
- 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.
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r--sbin/ipfw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index 3205c66..c09ebca 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -3,6 +3,7 @@
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>
OpenPOWER on IntegriCloud