blob: f16fe661c80ca3010499a72c670aba4bcedb4dc6 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: compat_netbsd100.config,v 1.1 2022/12/19 23:19:51 pgoyette Exp $
# Common fragment for all NetBSD targets wanting NetBSD 10.0 and newer
# compatibility support.
#
# Note that COMPAT_100 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_100 # NetBSD 10.0 and beyond.
|