diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-05-13 16:48:24 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-05-13 16:48:24 +0000 |
commit | 038caeb407ff0d7306eaa9c36a1ccf3d1e6ba65a (patch) | |
tree | 1b8c0b6db9dc5897ff274a4afc1c3521d5e13552 /net/Makefile | |
parent | b3f422c8e3b8896eac9b105e1abf0d07176f74ff (diff) | |
download | ports-038caeb407ff0d7306eaa9c36a1ccf3d1e6ba65a.tar.gz ports-038caeb407ff0d7306eaa9c36a1ccf3d1e6ba65a.zip |
New port: bfilter
Smart filtering HTTP proxy.
PR: 52034
Submitted by: Kirill Ponomarew
Notes
Notes:
svn path=/head/; revision=80914
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 |