diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-05-14 00:48:24 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-05-14 00:48:24 +0800 |
commit | 8bbdddec2537a03e357bae32b68a0b11cde4e5c5 (patch) | |
tree | 879f1ebeaf46406b7e4813f5a2d26bb41a9aac1b /net/Makefile | |
parent | 8b086ac43123228e8118bca6923d3c7c03e1c45a (diff) | |
download | freebsd-ports-gnome-8bbdddec2537a03e357bae32b68a0b11cde4e5c5.tar.gz freebsd-ports-gnome-8bbdddec2537a03e357bae32b68a0b11cde4e5c5.tar.zst freebsd-ports-gnome-8bbdddec2537a03e357bae32b68a0b11cde4e5c5.zip |
New port: bfilter
Smart filtering HTTP proxy.
PR: 52034
Submitted by: Kirill Ponomarew
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fc5ae0ee17e3..3176c5be843b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -34,6 +34,7 @@ SUBDIR += b2bua SUBDIR += balance SUBDIR += bbsnet + SUBDIR += bfilter SUBDIR += bgpq SUBDIR += bind8 SUBDIR += bind9 |