summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2000-06-20 01:09:23 +0000
committeralfred <alfred@FreeBSD.org>2000-06-20 01:09:23 +0000
commite3e72a583b17917255252eaad0aded3476d3652b (patch)
treeceab351ca57bd3ea52e7e08e2deff3f7092f493f /sys/modules/Makefile
parent3cb8680a56e346f425143b8ca251f6d6161f13d4 (diff)
downloadFreeBSD-src-e3e72a583b17917255252eaad0aded3476d3652b.zip
FreeBSD-src-e3e72a583b17917255252eaad0aded3476d3652b.tar.gz
return of the accept filter part II
accept filters are now loadable as well as able to be compiled into the kernel. two accept filters are provided, one that returns sockets when data arrives the other when an http request is completed (doesn't work with 0.9 requests) Reviewed by: jmg
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b7ec171..198f6d9 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -2,7 +2,8 @@
# XXX present but broken: ip_mroute_mod
-SUBDIR= agp aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef \
+SUBDIR= accf_data accf_http agp aha amr an aue \
+ ccd cd9660 coda cue dc fdesc fxp if_disc if_ef \
if_ppp if_sl if_tun ipfilter ipfw ispfw joy kernfs kue \
md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
nwfs oldcard pccard pcic portal procfs rl rp sf sis sk sn ste syscons \
OpenPOWER on IntegriCloud