mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
7869b2fdaa
with miod
44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
dnl $OpenBSD: features,v 1.6 2023/10/05 11:58:34 kn Exp $
|
|
dnl
|
|
dnl This file lists almost all the conditional features of this port,
|
|
dnl which are used to provide accurate installation notes.
|
|
dnl
|
|
dnl Information about the installer script features should be in sync with
|
|
dnl src/distrib/octeon/ramdisk/install.md
|
|
dnl and the list files in
|
|
dnl src/distrib/octeon/ramdisk/list
|
|
dnl
|
|
dnl ====
|
|
dnl
|
|
dnl architecture name (for the packages directory)
|
|
define({:-MACHINE_ARCH-:},mips64)dnl
|
|
dnl
|
|
dnl define if /sbin/kbd exists on the media
|
|
define({:-MDKBD-:},)dnl
|
|
dnl
|
|
dnl define if serial consoles need to be enabled in /etc/ttys
|
|
dnl (i.e. md_consoleinfo is not empty)
|
|
define({:-MDSERCONS-:},)dnl
|
|
dnl
|
|
dnl define if SMP kernels are provided
|
|
define({:-MDSMP-:},1)dnl
|
|
dnl
|
|
dnl define if shared libraries are provided
|
|
define({:-MDSO-:},1)dnl
|
|
dnl
|
|
dnl define if some media have timezone information (TZ in their list)
|
|
define({:-MDTZ-:},1)dnl
|
|
dnl
|
|
dnl define if glass console is possible
|
|
dnl (XXX does not imply availability of X servers though)
|
|
define({:-MDX-:},)dnl
|
|
dnl
|
|
dnl define if the X server can't start until machdep.allow_aperture is set
|
|
define({:-MDXAPERTURE-:},)dnl
|
|
dnl
|
|
dnl define if the X server can start without a configuration file
|
|
define({:-MDXDM-:},)dnl
|
|
dnl
|
|
dnl define if boot loaders support softraid(4) volumes
|
|
define({:-MDBOOTSR-:},)dnl
|