### Rozhuk Ivan 2009.07 - 2020 ### src.conf.local configuration file ### 12.x WITH_BHYVE= # Set to not build or install bhyve(8), associated utilities, and examples. WITH_LIB32= # On amd64, set to not build 32-bit library set and a ld-elf32.so.1 runtime linker. # WKS: need for wine WITHOUT_RADIUS_SUPPORT= # Set to not build radius support into various applications, like # pam_radius(8) and ppp(8). WITH_SOURCELESS= WITH_SOURCELESS_HOST= WITH_SOURCELESS_UCODE= # Set to not build kernel modules that include sourceless code # (either microcode or native code for host CPU). # WKS: need for AMD video drivers, wifi drivers firmwares WITH_WIRELESS= # Set to not build programs used for 802.11 wireless networks; # especially wpa_supplicant(8) and hostapd(8). When set, it also # enforces the following options: WITHOUT_WIRELESS_SUPPORT WITH_WIRELESS_SUPPORT= # Set to build libraries, programs, and kernel modules without 802.11 # wireless support. WITH_WPA_SUPPLICANT_EAPOL= # Build wpa_supplicant(8) without support for the IEEE 802.1X protocol and # without support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS protocols # (usable only via 802.1X).