1dnl $OpenBSD: features,v 1.6 2023/10/05 11:58:34 kn Exp $ 2dnl 3dnl This file lists almost all the conditional features of this port, 4dnl which are used to provide accurate installation notes. 5dnl 6dnl Information about the installer script features should be in sync with 7dnl src/distrib/octeon/ramdisk/install.md 8dnl and the list files in 9dnl src/distrib/octeon/ramdisk/list 10dnl 11dnl ==== 12dnl 13dnl architecture name (for the packages directory) 14define({:-MACHINE_ARCH-:},mips64)dnl 15dnl 16dnl define if /sbin/kbd exists on the media 17define({:-MDKBD-:},)dnl 18dnl 19dnl define if serial consoles need to be enabled in /etc/ttys 20dnl (i.e. md_consoleinfo is not empty) 21define({:-MDSERCONS-:},)dnl 22dnl 23dnl define if SMP kernels are provided 24define({:-MDSMP-:},1)dnl 25dnl 26dnl define if shared libraries are provided 27define({:-MDSO-:},1)dnl 28dnl 29dnl define if some media have timezone information (TZ in their list) 30define({:-MDTZ-:},1)dnl 31dnl 32dnl define if glass console is possible 33dnl (XXX does not imply availability of X servers though) 34define({:-MDX-:},)dnl 35dnl 36dnl define if the X server can't start until machdep.allow_aperture is set 37define({:-MDXAPERTURE-:},)dnl 38dnl 39dnl define if the X server can start without a configuration file 40define({:-MDXDM-:},)dnl 41dnl 42dnl define if boot loaders support softraid(4) volumes 43define({:-MDBOOTSR-:},)dnl 44