Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/Makefile
| Show First 20 Lines • Show All 158 Lines • ▼ Show 20 Lines | SUBDIR= \ | ||||
| ${_if_me} \ | ${_if_me} \ | ||||
| if_infiniband \ | if_infiniband \ | ||||
| if_lagg \ | if_lagg \ | ||||
| if_ovpn \ | if_ovpn \ | ||||
| ${_if_stf} \ | ${_if_stf} \ | ||||
| if_tuntap \ | if_tuntap \ | ||||
| if_vlan \ | if_vlan \ | ||||
| if_vxlan \ | if_vxlan \ | ||||
| ${_if_wg} \ | |||||
| iflib \ | iflib \ | ||||
| ${_igc} \ | ${_igc} \ | ||||
| imgact_binmisc \ | imgact_binmisc \ | ||||
| ${_intelspi} \ | ${_intelspi} \ | ||||
| ${_io} \ | ${_io} \ | ||||
| ${_ioat} \ | ${_ioat} \ | ||||
| ${_ipoib} \ | ${_ipoib} \ | ||||
| ipdivert \ | ipdivert \ | ||||
| ▲ Show 20 Lines • Show All 269 Lines • ▼ Show 20 Lines | |||||
| .if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \ | .if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \ | ||||
| defined(ALL_MODULES) | defined(ALL_MODULES) | ||||
| _carp= carp | _carp= carp | ||||
| _toecore= toecore | _toecore= toecore | ||||
| _if_enc= if_enc | _if_enc= if_enc | ||||
| _if_gif= if_gif | _if_gif= if_gif | ||||
| _if_gre= if_gre | _if_gre= if_gre | ||||
| .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) | |||||
| _if_wg= if_wg | |||||
| .endif | |||||
| _ipfw_pmod= ipfw_pmod | _ipfw_pmod= ipfw_pmod | ||||
| .if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MIPSEC} | .if ${KERN_OPTS:MIPSEC_SUPPORT} && !${KERN_OPTS:MIPSEC} | ||||
| _ipsec= ipsec | _ipsec= ipsec | ||||
| .endif | .endif | ||||
| .if ${KERN_OPTS:MSCTP_SUPPORT} || ${KERN_OPTS:MSCTP} | .if ${KERN_OPTS:MSCTP_SUPPORT} || ${KERN_OPTS:MSCTP} | ||||
| _sctp= sctp | _sctp= sctp | ||||
| .endif | .endif | ||||
| .endif | .endif | ||||
| ▲ Show 20 Lines • Show All 419 Lines • Show Last 20 Lines | |||||