# /etc/make.conf, if present, will be read by make (see # /usr/share/mk/sys.mk). It allows you to override macro definitions # to make without changing your source tree, or anything the source # tree installs. TARGET= amd64 TARGET_ARCH= amd64 # MAKE_SHELL controls the shell used internally by make(1) to process the # command scripts in makefiles. Three shells are supported, sh, ksh, and # csh. Using sh is most common, and advised. Using ksh *may* work, but is # not guaranteed to. Using csh is absurd. The default is to use sh. MAKE_SHELL=sh # To compile just the kernel with special optimizations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway). # There is very little to gain by using higher optimization levels, and doing # so can cause problems. COPTFLAGS= -O -pipe # Default format for system documentation, depends on your printer. # Set this to "ascii" for simple printers or screen. PRINTERDEVICE= ascii # How long to wait for a console keypress before booting the default kernel. # This value is approximately in milliseconds. Keypresses are accepted by the # BIOS before booting from disk, making it possible to give custom boot # parameters even when this is set to 0. BOOTWAIT=8000 # Documentation # The list of languages and encodings to build and install. DOC_LANG= en_US.ISO8859-1 KERNCONF=GENERIC OPTIONS_SET+= PKGNG OPTIONS_SET+= NLS OPTIONS_UNSET+= DEBUG OPTIONS_UNSET+= DOCS OPTIONS_UNSET+= EXAMPLES OPTIONS_UNSET+= MANPAGES DEFAULT_VERSIONS+= python=3.7 DEFAULT_VERSIONS+= ruby=2.7 DEFAULT_VERSIONS+= perl5=5.32 DEFAULT_VERSIONS+= ssl=base DEFAULT_VERSIONS+= bdb=5 DEFAULT_VERSIONS+= samba=4.12 DEFAULT_VERSIONS+= llvm=10 DEFAULT_VERSIONS+= java=13 LICENSES_ACCEPTED= DCC GPLv2+ MSPAT # It is also possible to set variables in make.conf which will only be # used when compiling a specific port. For more details see make(1). #DISABLE_VULNERABILITIES=yes #MAKE_JOBS_UNSAFE=yes ###################################################################### # src.conf(5) # www.freebsd.org/cgi/man.cgi?src.conf(5) WITHOUT_ASSERT_DEBUG=yes WITHOUT_DEBUG_FILES=yes WITHOUT_EXAMPLES=yes WITHOUT_FLOPPY=yes WITHOUT_HTML=yes WITHOUT_LPR=yes WITHOUT_MAIL=yes WITHOUT_QUOTAS=yes WITHOUT_RADIUS_SUPPORT=yes WITHOUT_SHAREDOCS=yes WITHOUT_TALK=yes WITHOUT_TELNET=yes WITHOUT_VI=yes WITH_NVME=yes WITH_OPENMP=yes WITH_ZONEINFO_LEAPSECONDS_SUPPORT=yes