blob: ce11e3b5d946d1447b5470b43400c69fa7b812f5 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: compat_netbsd20.config,v 1.2 2018/01/15 07:20:10 mrg Exp $
# Common fragment for all NetBSD targets wanting NetBSD 2.0 and newer
# compatibility support.
#
# Note that COMPAT_20 implies all newer COMPAT_XX options.
include "conf/compat_netbsd.config"
options COMPAT_20 # NetBSD 2.0 and beyond.
|