Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/Makefile
Show First 20 Lines • Show All 219 Lines • ▼ Show 20 Lines | SUBDIR= \ | ||||
linuxkpi_hdmi \ | linuxkpi_hdmi \ | ||||
linuxkpi_wlan \ | linuxkpi_wlan \ | ||||
${_lio} \ | ${_lio} \ | ||||
lpt \ | lpt \ | ||||
${_mac_biba} \ | ${_mac_biba} \ | ||||
${_mac_bsdextended} \ | ${_mac_bsdextended} \ | ||||
${_mac_ddb} \ | ${_mac_ddb} \ | ||||
${_mac_ifoff} \ | ${_mac_ifoff} \ | ||||
${_mac_ipacl} \ | |||||
${_mac_lomac} \ | ${_mac_lomac} \ | ||||
${_mac_mls} \ | ${_mac_mls} \ | ||||
${_mac_none} \ | ${_mac_none} \ | ||||
${_mac_ntpd} \ | ${_mac_ntpd} \ | ||||
${_mac_partition} \ | ${_mac_partition} \ | ||||
${_mac_pimd} \ | ${_mac_pimd} \ | ||||
${_mac_portacl} \ | ${_mac_portacl} \ | ||||
${_mac_priority} \ | ${_mac_priority} \ | ||||
▲ Show 20 Lines • Show All 340 Lines • ▼ Show 20 Lines | |||||
# MAC framework | # MAC framework | ||||
.if ${KERN_OPTS:MMAC} || defined(ALL_MODULES) | .if ${KERN_OPTS:MMAC} || defined(ALL_MODULES) | ||||
_mac_biba= mac_biba | _mac_biba= mac_biba | ||||
_mac_bsdextended= mac_bsdextended | _mac_bsdextended= mac_bsdextended | ||||
.if ${KERN_OPTS:MDDB} || defined(ALL_MODULES) | .if ${KERN_OPTS:MDDB} || defined(ALL_MODULES) | ||||
_mac_ddb= mac_ddb | _mac_ddb= mac_ddb | ||||
.endif | .endif | ||||
_mac_ifoff= mac_ifoff | _mac_ifoff= mac_ifoff | ||||
_mac_ipacl= mac_ipacl | |||||
_mac_lomac= mac_lomac | _mac_lomac= mac_lomac | ||||
_mac_mls= mac_mls | _mac_mls= mac_mls | ||||
_mac_none= mac_none | _mac_none= mac_none | ||||
_mac_ntpd= mac_ntpd | _mac_ntpd= mac_ntpd | ||||
_mac_partition= mac_partition | _mac_partition= mac_partition | ||||
_mac_pimd= mac_pimd | _mac_pimd= mac_pimd | ||||
_mac_portacl= mac_portacl | _mac_portacl= mac_portacl | ||||
_mac_priority= mac_priority | _mac_priority= mac_priority | ||||
▲ Show 20 Lines • Show All 326 Lines • Show Last 20 Lines |