#######################################################################
### Variables to change the default load behavior of system #########
#######################################################################
# Created:
# Modified: 2012.04.25, 2012.12.27, 2013.02.11
### Loader settings #################################################
loader_logo="beastie"
autoboot_delay="3"
### Serial ports ####################################################
uart_load="YES"
### Network cards ###################################################
miibus_load="YES" # miibus support, needed for some drivers
if_bge_load="YES" # Broadcom BCM570x PCI Gigabit Ethernet
### Network protocols ###############################################
if_vlan_load="YES" # IEEE 802.1Q VLAN network interface
alias_ftp_load="YES"
### Other modules ###################################################
aio_load="YES" # Async IO system calls
coretemp_load="YES" # Intel Core CPU temperature monitor
# Device Mountpoint FStype Options Dump Pass#
/dev/gpt/rootfs / ufs rw,noatime 1 1
md99 none swap sw,file=/swap-file,late 0 0
/dev/cd0 /mnt/cdrom cd9660 ro,noauto 0 0
/dev/ad0s1 /mnt/c ntfs ro,-Ckoi8-r,-m644 0 0
/dev/da0s1 /mnt/flash msdosfs rw,noauto,-Lru_RU.KOI8-R,-DCP866,-m660 0 0
# Created: 2010.10.26 10:50
# Modified: 2013.01.04, 2013.02.01
CPUTYPE= pentium4
CFLAGS= -O2 -fno-strict-aliasing -pipe
CXXFLAGS+= -fconserve-space
BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Winline -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
# Kernel build flags
COPTFLAGS= -O -pipe
# Do not build modules with the kernel
NO_MODULES=
# Do not install symbol files with kernel modules
INSTALL_NODEBUG=
BOOTWAIT= 12000
TOP_TABLE_SIZE= 101
# Для каких локалей устанавливать справочные руководства
DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R
# Working directory for ports
WRKDIRPREFIX=/usr/obj
# Created: 2010.10.26 11:58
# Modified: 2013.01.10
WITHOUT_ACCT= # do not build process accounting tools such as ac(8) and accton(8)
WITHOUT_AMD= # do not build amd(8), and related programs
WITHOUT_ASSERT_DEBUG= # do not compile programs and libraries without the assert(3) checks
WITHOUT_ATM= # do not build programs and libraries related to ATM networking
WITHOUT_AUDIT= # do not build audit support into system programs
WITHOUT_BLUETOOTH= # do not build Bluetooth related stuff
WITHOUT_CALENDAR=
WITHOUT_CTM= # do not build ctm (originally `Cvs Through eMail') utility
WITHOUT_CVS= # do not build CVS
WITHOUT_DICT= # do not build the Webster dictionary files
WITHOUT_GAMES= # do not build games (games/ subdir)
WITHOUT_GDB= # do not build GDB
WITHOUT_GPIB= # do not build GPIB support
WITH_IDEA=
WITHOUT_INFO= # do not make or install info files
WITHOUT_IPFILTER= # do not build IP Filter package
WITHOUT_IPX=
WITHOUT_KERNEL_SYMBOLS= # do not install kernel symbol files
WITHOUT_NIS= # do not build NIS support and related programs
WITHOUT_PROFILE= # Avoid compiling profiled libraries
WITHOUT_SENDMAIL= # do not build sendmail and related programs
WITHOUT_SHAREDOCS= # do not build the 4.4BSD legacy doc
WITHOUT_ZFS=