Changeset View
Changeset View
Standalone View
Standalone View
head/share/mk/src.opts.mk
| Show First 20 Lines • Show All 50 Lines • ▼ Show 20 Lines | __DEFAULT_YES_OPTIONS = \ | ||||
| AT \ | AT \ | ||||
| ATM \ | ATM \ | ||||
| AUDIT \ | AUDIT \ | ||||
| AUTHPF \ | AUTHPF \ | ||||
| AUTOFS \ | AUTOFS \ | ||||
| BHYVE \ | BHYVE \ | ||||
| BINUTILS \ | BINUTILS \ | ||||
| BINUTILS_BOOTSTRAP \ | BINUTILS_BOOTSTRAP \ | ||||
| BLACKLIST \ | |||||
| BLUETOOTH \ | BLUETOOTH \ | ||||
| BOOT \ | BOOT \ | ||||
| BOOTPARAMD \ | BOOTPARAMD \ | ||||
| BOOTPD \ | BOOTPD \ | ||||
| BSD_CPIO \ | BSD_CPIO \ | ||||
| BSDINSTALL \ | BSDINSTALL \ | ||||
| BSNMP \ | BSNMP \ | ||||
| BZIP2 \ | BZIP2 \ | ||||
| ▲ Show 20 Lines • Show All 302 Lines • ▼ Show 20 Lines | |||||
| # Set defaults for the MK_*_SUPPORT variables. | # Set defaults for the MK_*_SUPPORT variables. | ||||
| # | # | ||||
| # | # | ||||
| # MK_*_SUPPORT options which default to "yes" unless their corresponding | # MK_*_SUPPORT options which default to "yes" unless their corresponding | ||||
| # MK_* variable is set to "no". | # MK_* variable is set to "no". | ||||
| # | # | ||||
| .for var in \ | .for var in \ | ||||
| BLACKLIST \ | |||||
| BZIP2 \ | BZIP2 \ | ||||
| GNU \ | GNU \ | ||||
| INET \ | INET \ | ||||
| INET6 \ | INET6 \ | ||||
| KERBEROS \ | KERBEROS \ | ||||
| KVM \ | KVM \ | ||||
| NETGRAPH \ | NETGRAPH \ | ||||
| PAM \ | PAM \ | ||||
| Show All 37 Lines | |||||