diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 9ba8f4955b..48eb1d8510 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -240,10 +240,22 @@ .. ipfw .. + ipfw3 + .. + ipfw3_basic + .. + ipfw3_layer2 + .. + ipfw3_layer4 + .. + ipfw3_nat + .. ip6fw .. lagg .. + libalias + .. pf .. ppp_layer @@ -251,6 +263,8 @@ sl .. dummynet + .. + dummynet3 .. sppp .. diff --git a/include/Makefile b/include/Makefile index 9bd88026f0..26ec27e650 100644 --- a/include/Makefile +++ b/include/Makefile @@ -67,6 +67,8 @@ LSUBDIRS= \ net/bridge net/tap net/tun net/ppp_layer net/sl \ net/pf net/altq \ net/vlan net/ipfw net/ip6fw net/dummynet net/sppp net/ip_mroute \ + net/ipfw3 net/ipfw3_basic net/ipfw3_layer2 net/ipfw3_layer4 \ + net/ipfw3_nat net/dummynet3 net/libalias \ net/lagg \ netgraph/UI netgraph/async netgraph/bpf netgraph/bridge \ netgraph/cisco netgraph/echo netgraph/eiface netgraph/etf \