xref: /freebsd/share/mk/src.opts.mk (revision 6de02228409fd2b7ca1d7e3b8d9043a105093cdd)
15e84b765SWarner Losh# $FreeBSD$
25e84b765SWarner Losh#
3e0281204SWarner Losh# Option file for FreeBSD /usr/src builds, at least the userland and boot loader
4e0281204SWarner Losh# portions of the tree. These options generally chose what parts of the tree to
5e0281204SWarner Losh# include or omit and are FreeBSD source tree specific.
65e84b765SWarner Losh#
75e84b765SWarner Losh# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf
85e84b765SWarner Losh# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
95e84b765SWarner Losh# with sensible (usually) defaults.
105e84b765SWarner Losh#
115e84b765SWarner Losh# Makefiles must include bsd.opts.mk after defining specific MK_FOO options that
125e84b765SWarner Losh# are applicable for that Makefile (typically there are none, but sometimes there
135e84b765SWarner Losh# are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
145e84b765SWarner Losh# to omit from that make.
155e84b765SWarner Losh#
161fc86460SWarner Losh# Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
175e84b765SWarner Losh# variable.
185e84b765SWarner Losh#
19c6063d0dSWarner Losh# Makefiles may also assume that this file is included by src.opts.mk should it
205e84b765SWarner Losh# need variables defined there prior to the end of the Makefile where
215e84b765SWarner Losh# bsd.{subdir,lib.bin}.mk is traditionally included.
225e84b765SWarner Losh#
235e84b765SWarner Losh# The old-style YES_FOO and NO_FOO are being phased out. No new instances of them
245e84b765SWarner Losh# should be added. Old instances should be removed since they were just to
255e84b765SWarner Losh# bridge the gap between FreeBSD 4 and FreeBSD 5.
265e84b765SWarner Losh#
275e84b765SWarner Losh# Makefiles should never test WITH_FOO or WITHOUT_FOO directly (although an
285e84b765SWarner Losh# exception is made for _WITHOUT_SRCONF which turns off this mechanism
2922cac754SWarner Losh# completely inside bsd.*.mk files).
305e84b765SWarner Losh#
315e84b765SWarner Losh
325e84b765SWarner Losh.if !target(__<src.opts.mk>__)
335e84b765SWarner Losh__<src.opts.mk>__:
345e84b765SWarner Losh
35f9798cc7SWarner Losh.include <bsd.own.mk>
36f9798cc7SWarner Losh
375e84b765SWarner Losh#
385e84b765SWarner Losh# Define MK_* variables (which are either "yes" or "no") for users
395e84b765SWarner Losh# to set via WITH_*/WITHOUT_* in /etc/src.conf and override in the
405e84b765SWarner Losh# make(1) environment.
415e84b765SWarner Losh# These should be tested with `== "no"' or `!= "no"' in makefiles.
425e84b765SWarner Losh# The NO_* variables should only be set by makefiles for variables
435e84b765SWarner Losh# that haven't been converted over.
445e84b765SWarner Losh#
455e84b765SWarner Losh
46c1593b9eSWarner Losh# These options are used by the src builds. Those listed in
47c1593b9eSWarner Losh# __DEFAULT_YES_OPTIONS default to 'yes' and will build unless turned
48c1593b9eSWarner Losh# off.  __DEFAULT_NO_OPTIONS will default to 'no' and won't build
49c1593b9eSWarner Losh# unless turned on. Any options listed in 'BROKEN_OPTIONS' will be
50c1593b9eSWarner Losh# hard-wired to 'no'.  "Broken" here means not working or
51c1593b9eSWarner Losh# not-appropriate and/or not supported. It doesn't imply something is
52c1593b9eSWarner Losh# wrong with the code. There's not a single good word for this, so
53c1593b9eSWarner Losh# BROKEN was selected as the least imperfect one considered at the
54c1593b9eSWarner Losh# time. Options are added to BROKEN_OPTIONS list on a per-arch basis.
55c1593b9eSWarner Losh# At this time, there's no provision for mutually incompatible options.
56b908f6c4SColin Percival# Options listed in 'REQUIRED_OPTIONS' will be hard-wired to 'yes'; this
57b908f6c4SColin Percival# is intended as a transitional measure while options are in the process
58b908f6c4SColin Percival# of being removed.
595e84b765SWarner Losh
605e84b765SWarner Losh__DEFAULT_YES_OPTIONS = \
615e84b765SWarner Losh    ACCT \
625e84b765SWarner Losh    ACPI \
635e84b765SWarner Losh    APM \
645e84b765SWarner Losh    AT \
655e84b765SWarner Losh    AUDIT \
665e84b765SWarner Losh    AUTHPF \
67b3590423SEnji Cooper    AUTOFS \
6802629e46SEnji Cooper    BHYVE \
6995856e14SKurt Lidl    BLACKLIST \
705e84b765SWarner Losh    BLUETOOTH \
715e84b765SWarner Losh    BOOT \
7211981695SEnji Cooper    BOOTPARAMD \
7311981695SEnji Cooper    BOOTPD \
745e84b765SWarner Losh    BSD_CPIO \
75e45b569cSEnji Cooper    BSDINSTALL \
765e84b765SWarner Losh    BSNMP \
775e84b765SWarner Losh    BZIP2 \
785e84b765SWarner Losh    CALENDAR \
79f27f39dbSKyle Evans    CAROOT \
8018cc3172SEnji Cooper    CCD \
815e84b765SWarner Losh    CDDL \
8283a08b7cSEd Maste    CLANG \
834a4c9a0fSAlex Richardson    CLANG_BOOTSTRAP \
8475766799SEd Maste    CLEAN \
855e84b765SWarner Losh    CPP \
865e84b765SWarner Losh    CROSS_COMPILER \
875e84b765SWarner Losh    CRYPT \
8836716419SHans Petter Selasky    CUSE \
89983a395dSWarner Losh    CXGBETOOL \
90f987297fSEd Maste    DIALOG \
915e84b765SWarner Losh    DICT \
925e84b765SWarner Losh    DMAGENT \
933bf66365SBrooks Davis    DTRACE \
945e84b765SWarner Losh    DYNAMICROOT \
9579a86dafSEnji Cooper    EE \
96d49a5dddSWarner Losh    EFI \
9708474898SEd Maste    ELFTOOLCHAIN_BOOTSTRAP \
985e84b765SWarner Losh    EXAMPLES \
99c7b6816fSEnji Cooper    FILE \
10011981695SEnji Cooper    FINGER \
1015e84b765SWarner Losh    FLOPPY \
1025e84b765SWarner Losh    FORTH \
1035e84b765SWarner Losh    FP_LIBC \
1045e84b765SWarner Losh    FREEBSD_UPDATE \
10511981695SEnji Cooper    FTP \
1065e84b765SWarner Losh    GAMES \
107252884aeSStefan Eßer    GH_BC \
10894ff3d03SEd Maste    GNU_DIFF \
109d679c719SKyle Evans    GOOGLETEST \
1105e84b765SWarner Losh    GPIO \
1114e395054SEnji Cooper    HAST \
1125e84b765SWarner Losh    HTML \
113983a395dSWarner Losh    HYPERV \
1145e84b765SWarner Losh    ICONV \
1155e84b765SWarner Losh    INET \
1165e84b765SWarner Losh    INET6 \
11711981695SEnji Cooper    INETD \
1185e84b765SWarner Losh    IPFILTER \
1195e84b765SWarner Losh    IPFW \
120b29d6977SEnji Cooper    ISCSI \
1215e84b765SWarner Losh    JAIL \
1225e84b765SWarner Losh    KDUMP \
1235e84b765SWarner Losh    KVM \
1245e84b765SWarner Losh    LDNS \
1255e84b765SWarner Losh    LDNS_UTILS \
1265e84b765SWarner Losh    LEGACY_CONSOLE \
12783a08b7cSEd Maste    LLD \
128a04ec978SBrandon Bergren    LLD_BOOTSTRAP \
129a04ec978SBrandon Bergren    LLD_IS_LD \
130147d7b56SKyle Evans    LLVM_ASSERTIONS \
1311b49115aSEd Maste    LLVM_COV \
1329fa94e1cSDimitry Andric    LLVM_CXXFILT \
13354095bf4SKyle Evans    LOADER_GELI \
1341a7ed7feSWarner Losh    LOADER_KBOOT \
1359d45c24cSWarner Losh    LOADER_LUA \
13654095bf4SKyle Evans    LOADER_OFW \
13754095bf4SKyle Evans    LOADER_UBOOT \
1385e84b765SWarner Losh    LOCALES \
1395e84b765SWarner Losh    LOCATE \
1405e84b765SWarner Losh    LPR \
1415e84b765SWarner Losh    LS_COLORS \
14220adba8bSGleb Popov    MACHDEP_OPTIMIZATIONS \
1435e84b765SWarner Losh    MAIL \
1445e84b765SWarner Losh    MAILWRAPPER \
1455e84b765SWarner Losh    MAKE \
146983a395dSWarner Losh    MLX5TOOL \
1475e84b765SWarner Losh    NETCAT \
1485e84b765SWarner Losh    NETGRAPH \
149cb1fc924SBaptiste Daroussin    NETLINK \
1504f6a5e1dSAlexander V. Chernikov    NETLINK_SUPPORT \
1515e84b765SWarner Losh    NLS_CATALOGS \
1525e84b765SWarner Losh    NS_CACHING \
1535e84b765SWarner Losh    NTP \
154983a395dSWarner Losh    NVME \
155be3bff32SKonstantin Belousov    OFED \
1565e84b765SWarner Losh    OPENSSL \
1575e84b765SWarner Losh    PAM \
1585e84b765SWarner Losh    PF \
1595e84b765SWarner Losh    PKGBOOTSTRAP \
1605e84b765SWarner Losh    PMC \
1615e84b765SWarner Losh    PPP \
162642cd511SGreg Becker    PTHREADS_ASSERTIONS \
1635e84b765SWarner Losh    QUOTAS \
16431a741f4SEnji Cooper    RADIUS_SUPPORT \
16511981695SEnji Cooper    RBOOTD \
1665e84b765SWarner Losh    RESCUE \
1675e84b765SWarner Losh    ROUTED \
1685e84b765SWarner Losh    SENDMAIL \
1696f077571SSean Bruno    SERVICESDB \
1705e84b765SWarner Losh    SETUID_LOGIN \
1715e84b765SWarner Losh    SHAREDOCS \
1725e84b765SWarner Losh    SOURCELESS \
1735e84b765SWarner Losh    SOURCELESS_HOST \
1745e84b765SWarner Losh    SOURCELESS_UCODE \
1751a13f2e6SEdward Tomasz Napierala    STATS \
1765e84b765SWarner Losh    SYSCONS \
177bf16c2e9SBryan Drewery    SYSTEM_COMPILER \
178a7d84af8SBryan Drewery    SYSTEM_LINKER \
1793f802165SEnji Cooper    TALK \
18011981695SEnji Cooper    TCP_WRAPPERS \
1815e84b765SWarner Losh    TCSH \
1825e84b765SWarner Losh    TELNET \
1835e84b765SWarner Losh    TEXTPROC \
18411981695SEnji Cooper    TFTP \
1855e84b765SWarner Losh    UNBOUND \
1865e84b765SWarner Losh    USB \
1875e84b765SWarner Losh    UTMPX \
1885e84b765SWarner Losh    VI \
189824a9093SEd Maste    VT \
1905e84b765SWarner Losh    WIRELESS \
1915e84b765SWarner Losh    WPA_SUPPLICANT_EAPOL \
1925e84b765SWarner Losh    ZFS \
193fbeb31a2SMatt Macy    LOADER_ZFS \
1945e84b765SWarner Losh    ZONEINFO
1955e84b765SWarner Losh
1965e84b765SWarner Losh__DEFAULT_NO_OPTIONS = \
197a92958dfSSimon J. Gerraty    BEARSSL \
198483d953aSJohn Baldwin    BHYVE_SNAPSHOT \
1995e84b765SWarner Losh    CLANG_EXTRAS \
2000a9ab9f5SConrad Meyer    CLANG_FORMAT \
201ddedf2a1SEdward Tomasz Napierala    DETECT_TZ_CHANGES \
2029e914c7aSJessica Clarke    DISK_IMAGE_TOOLS_BOOTSTRAP \
203*6de02228SDomagoj Stolfa    DTRACE_ASAN \
204d912066cSMark Johnston    DTRACE_TESTS \
20543f75d57SBjoern A. Zeeb    EXPERIMENTAL \
2065e84b765SWarner Losh    HESIOD \
207f871c5d9SWarner Losh    LOADER_VERBOSE \
208b0fefb25SMarcin Wojtas    LOADER_VERIEXEC_PASS_MANIFEST \
209021385abSAlex Richardson    LLVM_BINUTILS \
2107d4374f6SDimitry Andric    MALLOC_PRODUCTION \
211abbe7d5aSKonstantin Belousov    OFED_EXTRA \
2125e84b765SWarner Losh    OPENLDAP \
213a58383d2SJohn Baldwin    REPRODUCIBLE_BUILD \
214609b7b26SEnji Cooper    RPCBIND_WARMSTART_SUPPORT \
2155e84b765SWarner Losh    SORT_THREADS \
216c5cba060SEnji Cooper    ZONEINFO_LEAPSECONDS_SUPPORT \
2176120aabdSBryan Drewery
218b908f6c4SColin Percival__REQUIRED_OPTIONS = \
219c24c117bSColin Percival    CAPSICUM \
220c24c117bSColin Percival    CASPER
221b908f6c4SColin Percival
222100fafebSBryan Drewery# LEFT/RIGHT. Left options which default to "yes" unless their corresponding
223100fafebSBryan Drewery# RIGHT option is disabled.
224100fafebSBryan Drewery__DEFAULT_DEPENDENT_OPTIONS= \
225100fafebSBryan Drewery	CLANG_FULL/CLANG \
226e7e22476SAlex Richardson	LLVM_TARGET_ALL/CLANG \
227a92958dfSSimon J. Gerraty	LOADER_VERIEXEC/BEARSSL \
22813ea0450SMarcin Wojtas	LOADER_EFI_SECUREBOOT/LOADER_VERIEXEC \
229afc571b1SSimon J. Gerraty	LOADER_VERIEXEC_VECTX/LOADER_VERIEXEC \
230a92958dfSSimon J. Gerraty	VERIEXEC/BEARSSL \
231100fafebSBryan Drewery
232100fafebSBryan Drewery# MK_*_SUPPORT options which default to "yes" unless their corresponding
233100fafebSBryan Drewery# MK_* variable is set to "no".
234100fafebSBryan Drewery#
235100fafebSBryan Drewery.for var in \
236100fafebSBryan Drewery    BLACKLIST \
237100fafebSBryan Drewery    BZIP2 \
238100fafebSBryan Drewery    INET \
239100fafebSBryan Drewery    INET6 \
240100fafebSBryan Drewery    KERBEROS \
241100fafebSBryan Drewery    KVM \
242100fafebSBryan Drewery    NETGRAPH \
243100fafebSBryan Drewery    PAM \
244100fafebSBryan Drewery    TESTS \
245100fafebSBryan Drewery    WIRELESS
246100fafebSBryan Drewery__DEFAULT_DEPENDENT_OPTIONS+= ${var}_SUPPORT/${var}
247100fafebSBryan Drewery.endfor
2485e84b765SWarner Losh
2495e84b765SWarner Losh#
2505e84b765SWarner Losh# Default behaviour of some options depends on the architecture.  Unfortunately
2515e84b765SWarner Losh# this means that we have to test TARGET_ARCH (the buildworld case) as well
2525e84b765SWarner Losh# as MACHINE_ARCH (the non-buildworld case).  Normally TARGET_ARCH is not
2535e84b765SWarner Losh# used at all in bsd.*.mk, but we have to make an exception here if we want
2545e84b765SWarner Losh# to allow defaults for some things like clang to vary by target architecture.
2555e84b765SWarner Losh# Additional, per-target behavior should be rarely added only after much
2565e84b765SWarner Losh# gnashing of teeth and grinding of gears.
2575e84b765SWarner Losh#
2585e84b765SWarner Losh.if defined(TARGET_ARCH)
2595e84b765SWarner Losh__T=${TARGET_ARCH}
2605e84b765SWarner Losh.else
2615e84b765SWarner Losh__T=${MACHINE_ARCH}
2625e84b765SWarner Losh.endif
2630104753bSDimitry Andric
264631e709fSBryan Drewery# All supported backends for LLVM_TARGET_XXX
265631e709fSBryan Drewery__LLVM_TARGETS= \
266631e709fSBryan Drewery		aarch64 \
267631e709fSBryan Drewery		arm \
268631e709fSBryan Drewery		powerpc \
269de9950e8SJohn Baldwin		riscv \
270631e709fSBryan Drewery		x86
271eeedaefaSJohn Baldwin__LLVM_TARGET_FILT=	C/(amd64|i386)/x86/:C/powerpc.*/powerpc/:C/armv[67]/arm/:C/riscv.*/riscv/
2724e2a4490SBryan Drewery.for __llt in ${__LLVM_TARGETS}
27396aaefdfSBryan Drewery# Default enable the given TARGET's LLVM_TARGET support
274980bae69SWarner Losh.if ${__T:${__LLVM_TARGET_FILT}} == ${__llt}
27596aaefdfSBryan Drewery__DEFAULT_YES_OPTIONS+=	LLVM_TARGET_${__llt:${__LLVM_TARGET_FILT}:tu}
2764e2a4490SBryan Drewery# aarch64 needs arm for -m32 support.
277980bae69SWarner Losh.elif ${__T} == "aarch64" && ${__llt:Marm*} != ""
2784e2a4490SBryan Drewery__DEFAULT_DEPENDENT_OPTIONS+=	LLVM_TARGET_ARM/LLVM_TARGET_AARCH64
27996aaefdfSBryan Drewery# Default the rest of the LLVM_TARGETs to the value of MK_LLVM_TARGET_ALL.
280631e709fSBryan Drewery.else
2814e2a4490SBryan Drewery__DEFAULT_DEPENDENT_OPTIONS+=	LLVM_TARGET_${__llt:${__LLVM_TARGET_FILT}:tu}/LLVM_TARGET_ALL
282631e709fSBryan Drewery.endif
283631e709fSBryan Drewery.endfor
284631e709fSBryan Drewery
2854dbc7835SWarner Losh__DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF LLVM_TARGET_MIPS
28689edb881SDimitry Andric
2870104753bSDimitry Andric.include <bsd.compiler.mk>
2888758abd5SBryan Drewery
2897661a2abSEd Maste.if ${__T} == "i386" || ${__T} == "amd64"
2907661a2abSEd Maste__DEFAULT_NO_OPTIONS += FDT
2917661a2abSEd Maste.else
2927661a2abSEd Maste__DEFAULT_YES_OPTIONS += FDT
2937661a2abSEd Maste.endif
2947661a2abSEd Maste
2958dc42f98SEd Maste.if ${__T:Marm*} == "" && ${__T:Mriscv64*} == ""
296dfccd92cSEd Maste__DEFAULT_YES_OPTIONS+=LLDB
297d0ba16f7SEd Maste.else
298dfccd92cSEd Maste__DEFAULT_NO_OPTIONS+=LLDB
299d0ba16f7SEd Maste.endif
300a1b67573SMike Karels# LIB32 is not supported on all 64-bit architectures.
301a1b67573SMike Karels.if (${__T} == "amd64" || ${__T:Maarch64*} != "" || ${__T} == "powerpc64")
302a4330302SBrooks Davis__DEFAULT_YES_OPTIONS+=LIB32
303a4330302SBrooks Davis.else
304a4330302SBrooks DavisBROKEN_OPTIONS+=LIB32
305a4330302SBrooks Davis.endif
306ad9d10a8SWarner Losh# EFI doesn't exist on powerpc (well, officially) and doesn't work on i386
307ad9d10a8SWarner Losh.if ${__T:Mpowerpc*} || ${__T} == "i386"
308f86dd996SWarner LoshBROKEN_OPTIONS+=EFI
309d49a5dddSWarner Losh.endif
31047e9f42eSWarner Losh# OFW is only for powerpc, exclude others
31147e9f42eSWarner Losh.if ${__T:Mpowerpc*} == ""
312f86dd996SWarner LoshBROKEN_OPTIONS+=LOADER_OFW
313f86dd996SWarner Losh.endif
31446010641SWarner Losh# KBOOT is only for powerpc64 (powerpc64le broken) amd64 and aarch64
31546010641SWarner Losh.if ${__T} != "powerpc64" && ${__T} != "amd64" && ${__T} != "aarch64"
3161a7ed7feSWarner LoshBROKEN_OPTIONS+=LOADER_KBOOT
3171a7ed7feSWarner Losh.endif
3189dc70af8SWarner Losh# UBOOT is only for arm, and big-endian powerpc
3199dc70af8SWarner Losh.if (${__T:Marm*} == "" && ${__T:Mpowerpc*} == "") || ${__T} == "powerpc64le"
320f86dd996SWarner LoshBROKEN_OPTIONS+=LOADER_UBOOT
321f86dd996SWarner Losh.endif
32247e9f42eSWarner Losh# GELI and Lua in loader currently cause boot failures on powerpc.
32349f1151fSNathan Whitehorn# Further debugging is required -- probably they are just broken on big
32449f1151fSNathan Whitehorn# endian systems generically (they jump to null pointers or try to read
32549f1151fSNathan Whitehorn# crazy high addresses, which is typical of endianness problems).
32647e9f42eSWarner Losh.if ${__T:Mpowerpc*}
327f54d801aSKurt LidlBROKEN_OPTIONS+=LOADER_GELI LOADER_LUA
328f54d801aSKurt Lidl.endif
329f86dd996SWarner Losh
330e552cac3SPiotr Kubaj# Kernel TLS is enabled by default on amd64, aarch64 and powerpc64*
331e552cac3SPiotr Kubaj.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T:Mpowerpc64*} != ""
332aa906e2aSJohn Baldwin__DEFAULT_YES_OPTIONS+=OPENSSL_KTLS
333aa906e2aSJohn Baldwin.else
334aa906e2aSJohn Baldwin__DEFAULT_NO_OPTIONS+=OPENSSL_KTLS
335aa906e2aSJohn Baldwin.endif
336aa906e2aSJohn Baldwin
337983a395dSWarner Losh.if ${__T} != "aarch64" && ${__T} != "amd64" && ${__T} != "i386" && \
338d68224c2SPiotr Kubaj    ${__T:Mpowerpc64*} == ""
339983a395dSWarner LoshBROKEN_OPTIONS+=CXGBETOOL
340983a395dSWarner LoshBROKEN_OPTIONS+=MLX5TOOL
34154912308SNavdeep Parhar.endif
34254912308SNavdeep Parhar
3439729f076SSouradeep Chakrabarti.if ${__T} != "amd64" && ${__T} != "i386" && ${__T} != "aarch64"
344983a395dSWarner LoshBROKEN_OPTIONS+=HYPERV
3455b87c94aSBrooks Davis.endif
3465b87c94aSBrooks Davis
347b75abea4SBrandon Bergren# NVME is only aarch64, x86 and powerpc64*
3486b3555c3SDimitry Andric.if ${__T} != "aarch64" && ${__T} != "amd64" && ${__T} != "i386" && \
349b75abea4SBrandon Bergren    ${__T:Mpowerpc64*} == ""
350983a395dSWarner LoshBROKEN_OPTIONS+=NVME
351f0f8a1afSWarner Losh.endif
352f0f8a1afSWarner Losh
3532a5220e1SDimitry Andric.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
354aa033e0bSPiotr Kubaj    ${__T:Mpowerpc64*} != "" || ${__T:Mriscv64*} != ""
355b0840a28SDimitry Andric__DEFAULT_YES_OPTIONS+=OPENMP
356b0840a28SDimitry Andric.else
357b0840a28SDimitry Andric__DEFAULT_NO_OPTIONS+=OPENMP
358b0840a28SDimitry Andric.endif
359b0840a28SDimitry Andric
36041cf798eSWarner Losh# Broken on 32-bit arm, kernel module compile errors
361fe0f6950SJohn Baldwin.if ${__T:Marm*} != ""
3627661a2abSEd MasteBROKEN_OPTIONS+= OFED
3637661a2abSEd Maste.endif
3647661a2abSEd Maste
365976ba7f0SSimon J. Gerraty# MK_host_egacy is set by local.sys.mk so is valid here
366976ba7f0SSimon J. Gerraty.if ${MACHINE} == "host" && ${MK_host_egacy} == "yes"
367976ba7f0SSimon J. Gerraty# we cannot expect tests to work
368976ba7f0SSimon J. GerratyBROKEN_OPTIONS+= TESTS
369976ba7f0SSimon J. Gerraty.endif
370976ba7f0SSimon J. Gerraty
371c4c981c1SSimon J. Gerraty.-include <site.src.opts.mk>
372c4c981c1SSimon J. Gerraty
3735e84b765SWarner Losh.include <bsd.mkopt.mk>
3745e84b765SWarner Losh
3755e84b765SWarner Losh#
3765e84b765SWarner Losh# Force some options off if their dependencies are off.
3775e84b765SWarner Losh# Order is somewhat important.
3785e84b765SWarner Losh#
37958551dc6SBaptiste Daroussin.if ${MK_CAPSICUM} == "no"
38058551dc6SBaptiste DaroussinMK_CASPER:=	no
38158551dc6SBaptiste Daroussin.endif
38258551dc6SBaptiste Daroussin
3835e84b765SWarner Losh.if ${MK_SOURCELESS} == "no"
3845e84b765SWarner LoshMK_SOURCELESS_HOST:=	no
3855e84b765SWarner LoshMK_SOURCELESS_UCODE:= no
3865e84b765SWarner Losh.endif
3875e84b765SWarner Losh
3885e84b765SWarner Losh.if ${MK_CDDL} == "no"
3895e84b765SWarner LoshMK_CTF:=	no
3903bf66365SBrooks DavisMK_DTRACE:=	no
3913bf66365SBrooks DavisMK_LOADER_ZFS:=	no
3923bf66365SBrooks DavisMK_ZFS:=	no
3935e84b765SWarner Losh.endif
3945e84b765SWarner Losh
3955e84b765SWarner Losh.if ${MK_CRYPT} == "no"
3965e84b765SWarner LoshMK_OPENSSL:=	no
3975e84b765SWarner LoshMK_OPENSSH:=	no
3985e84b765SWarner LoshMK_KERBEROS:=	no
3990ce9d0afSEd MasteMK_KERBEROS_SUPPORT:=	no
4005e84b765SWarner Losh.endif
4015e84b765SWarner Losh
402f987297fSEd Maste.if ${MK_DIALOG} == "no"
403f987297fSEd MasteMK_BSDINSTALL:=	no
404f987297fSEd Maste.endif
405f987297fSEd Maste
4063bf66365SBrooks Davis.if ${MK_DTRACE} == "no"
4073bf66365SBrooks DavisMK_CTF:=	no
4083bf66365SBrooks Davis.endif
4093bf66365SBrooks Davis
4105e84b765SWarner Losh.if ${MK_MAIL} == "no"
4115e84b765SWarner LoshMK_MAILWRAPPER:= no
4125e84b765SWarner LoshMK_SENDMAIL:=	no
4135e84b765SWarner LoshMK_DMAGENT:=	no
4145e84b765SWarner Losh.endif
4155e84b765SWarner Losh
4165e84b765SWarner Losh.if ${MK_NETGRAPH} == "no"
4175e84b765SWarner LoshMK_BLUETOOTH:=	no
4185e84b765SWarner Losh.endif
4195e84b765SWarner Losh
420edb58145SEnji Cooper.if ${MK_NLS} == "no"
421edb58145SEnji CooperMK_NLS_CATALOGS:= no
422edb58145SEnji Cooper.endif
423edb58145SEnji Cooper
4245e84b765SWarner Losh.if ${MK_OPENSSL} == "no"
425df502accSEd MasteMK_DMAGENT:=	no
4265e84b765SWarner LoshMK_OPENSSH:=	no
4276940d0e4SEd MasteMK_OPENSSL_KTLS:=	no
4285e84b765SWarner LoshMK_KERBEROS:=	no
4290ce9d0afSEd MasteMK_KERBEROS_SUPPORT:=	no
43037516d3bSEd MasteMK_LDNS:=	no
4315ffef74bSEd MasteMK_PKGBOOTSTRAP:=	no
4329503d270SWarner LoshMK_LOADER_ZFS:=	no
433e5cc1c47SMitchell HorneMK_ZFS:=	no
43437516d3bSEd Maste.endif
43537516d3bSEd Maste
43637516d3bSEd Maste.if ${MK_LDNS} == "no"
43737516d3bSEd MasteMK_LDNS_UTILS:=	no
43837516d3bSEd MasteMK_UNBOUND:= no
4395e84b765SWarner Losh.endif
4405e84b765SWarner Losh
4415e84b765SWarner Losh.if ${MK_PF} == "no"
4425e84b765SWarner LoshMK_AUTHPF:=	no
4435e84b765SWarner Losh.endif
4445e84b765SWarner Losh
445abbe7d5aSKonstantin Belousov.if ${MK_OFED} == "no"
446abbe7d5aSKonstantin BelousovMK_OFED_EXTRA:=	no
447abbe7d5aSKonstantin Belousov.endif
448abbe7d5aSKonstantin Belousov
449d912066cSMark Johnston.if ${MK_TESTS} == "no"
450d912066cSMark JohnstonMK_DTRACE_TESTS:= no
45106beea0eSEnji Cooper.endif
45206beea0eSEnji Cooper
45306beea0eSEnji Cooper.if ${MK_TESTS_SUPPORT} == "no"
45443e25f47SEnji CooperMK_GOOGLETEST:=	no
455d912066cSMark Johnston.endif
456d912066cSMark Johnston
457c5cba060SEnji Cooper.if ${MK_ZONEINFO} == "no"
458c5cba060SEnji CooperMK_ZONEINFO_LEAPSECONDS_SUPPORT:= no
459c5cba060SEnji Cooper.endif
460c5cba060SEnji Cooper
4615e84b765SWarner Losh.if ${MK_CROSS_COMPILER} == "no"
4625e84b765SWarner LoshMK_CLANG_BOOTSTRAP:= no
46308474898SEd MasteMK_ELFTOOLCHAIN_BOOTSTRAP:= no
46489257265SEd MasteMK_LLD_BOOTSTRAP:= no
4655e84b765SWarner Losh.endif
4665e84b765SWarner Losh
4675e84b765SWarner Losh.if ${MK_TOOLCHAIN} == "no"
4685e84b765SWarner LoshMK_CLANG:=	no
469e5928414SEd MasteMK_LLD:=	no
47011e49977SBryan DreweryMK_LLDB:=	no
471021385abSAlex RichardsonMK_LLVM_BINUTILS:=	no
4725e84b765SWarner Losh.endif
4735e84b765SWarner Losh
4745e84b765SWarner Losh.if ${MK_CLANG} == "no"
4755e84b765SWarner LoshMK_CLANG_EXTRAS:= no
4760a9ab9f5SConrad MeyerMK_CLANG_FORMAT:= no
4775e84b765SWarner LoshMK_CLANG_FULL:= no
4781b49115aSEd MasteMK_LLVM_COV:= no
4795e84b765SWarner Losh.endif
4805e84b765SWarner Losh
48124f58618SAlex Richardson.if ${MK_ASAN} == "yes"
48224f58618SAlex Richardson# In order to get sensible backtraces from ASAN we have to install
48324f58618SAlex Richardson# llvm-symbolizer as /usr/bin/addr2line instead of the elftoolchain version.
48424f58618SAlex RichardsonMK_LLVM_BINUTILS:=	yes
48524f58618SAlex Richardson.endif
48624f58618SAlex Richardson
487021385abSAlex Richardson.if ${MK_LLVM_BINUTILS} == "yes"
488021385abSAlex Richardson# MK_LLVM_CXXFILT is a subset of MK_LLVM_BINUTILS and should therefore be
489021385abSAlex Richardson# enabled if MK_LLVM_BINUTILS is set.
490021385abSAlex RichardsonMK_LLVM_CXXFILT:=	yes
491021385abSAlex Richardson.endif
492021385abSAlex Richardson
493b0fefb25SMarcin Wojtas.if ${MK_LOADER_VERIEXEC} == "no"
494b0fefb25SMarcin WojtasMK_LOADER_VERIEXEC_PASS_MANIFEST := no
495b0fefb25SMarcin Wojtas.endif
496b0fefb25SMarcin Wojtas
4975e84b765SWarner Losh#
4984301886dSEnji Cooper# MK_* options whose default value depends on another option.
4994301886dSEnji Cooper#
5004301886dSEnji Cooper.for vv in \
5014301886dSEnji Cooper    GSSAPI/KERBEROS \
5024301886dSEnji Cooper    MAN_UTILS/MAN
5034301886dSEnji Cooper.if defined(WITH_${vv:H})
5044301886dSEnji CooperMK_${vv:H}:=	yes
5054301886dSEnji Cooper.elif defined(WITHOUT_${vv:H})
5064301886dSEnji CooperMK_${vv:H}:=	no
5074301886dSEnji Cooper.else
5084301886dSEnji CooperMK_${vv:H}:=	${MK_${vv:T}}
5094301886dSEnji Cooper.endif
5104301886dSEnji Cooper.endfor
5114301886dSEnji Cooper
5124301886dSEnji Cooper#
5135e84b765SWarner Losh# Set defaults for the MK_*_SUPPORT variables.
5145e84b765SWarner Losh#
5155e84b765SWarner Losh
516ff2cf368SBaptiste Daroussin.endif #  !target(__<src.opts.mk>__)
517