Firewall files & accounting added here.

ip_fwdef.c is support for ipfw lkm module
and should be compoiled always with 'options inet'.
This commit is contained in:
ugen 1995-01-12 13:04:23 +00:00
parent 5f4f867140
commit ebe613d13f

View File

@ -186,6 +186,9 @@ netinet/ip_input.c optional inet
netinet/ip_mroute.c optional inet
netinet/ip_output.c optional inet
netinet/raw_ip.c optional inet
netinet/ip_fwdef.c optional inet
netinet/ip_fw.c optional ipfirewall
netinet/ip_fw.c optional ipacct
netinet/tcp_debug.c optional tcpdebug
netinet/tcp_input.c optional inet
netinet/tcp_output.c optional inet