blob: 9b76d68e324026d51a4e14f497bee163c2342417 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: compat_netbsd90.config,v 1.2 2020/01/18 07:54:26 ryoon Exp $
# Common fragment for all NetBSD targets wanting NetBSD 9.0 and newer
# compatibility support.
#
# Note that COMPAT_90 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_90 # NetBSD 9.0 and beyond.
|