kern.opts.mk (477129542c073f9c1e46c12e27da454b82ac8ff3) | kern.opts.mk (02629e469fe473d16d61ba41504a373a3b545250) |
---|---|
1# $FreeBSD$ 2 3# Options set in the build system that affect the kernel somehow. 4 5# 6# Define MK_* variables (which are either "yes" or "no") for users 7# to set via WITH_*/WITHOUT_* in /etc/src.conf and override in the 8# make(1) environment. --- 9 unchanged lines hidden (view full) --- 18# within sys/modules). 19.include <bsd.own.mk> 20 21# These options are used by the kernel build process (kern.mk and kmod.mk) 22# They have to be listed here so we can build modules outside of the 23# src tree. 24 25__DEFAULT_YES_OPTIONS = \ | 1# $FreeBSD$ 2 3# Options set in the build system that affect the kernel somehow. 4 5# 6# Define MK_* variables (which are either "yes" or "no") for users 7# to set via WITH_*/WITHOUT_* in /etc/src.conf and override in the 8# make(1) environment. --- 9 unchanged lines hidden (view full) --- 18# within sys/modules). 19.include <bsd.own.mk> 20 21# These options are used by the kernel build process (kern.mk and kmod.mk) 22# They have to be listed here so we can build modules outside of the 23# src tree. 24 25__DEFAULT_YES_OPTIONS = \ |
26 BHYVE \ |
|
26 BLUETOOTH \ 27 CCD \ 28 CDDL \ 29 CRYPT \ 30 CUSE \ 31 FORMAT_EXTENSIONS \ 32 INET \ 33 INET6 \ --- 66 unchanged lines hidden --- | 27 BLUETOOTH \ 28 CCD \ 29 CDDL \ 30 CRYPT \ 31 CUSE \ 32 FORMAT_EXTENSIONS \ 33 INET \ 34 INET6 \ --- 66 unchanged lines hidden --- |