95772a8862
- new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list.
8 lines
262 B
Plaintext
8 lines
262 B
Plaintext
# $NetBSD: compat_netbsd.config,v 1.1 2017/09/14 07:58:44 mrg Exp $
|
|
|
|
# Traditional NetBSD options enabled for most kernels.
|
|
|
|
options COMPAT_43 # 4.3BSD system interfaces
|
|
options COMPAT_44 # 4.4BSD system interfaces
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|