makesyscalls: add COMPAT14 support

Reviewed by:	kevans, imp
Fixes:		84d12f887c Add a COMPAT_FREEBSD14 kernel option
Differential Revision:	https://reviews.freebsd.org/D42861
This commit is contained in:
Brooks Davis 2023-12-01 20:00:39 +00:00
parent 4f12883c36
commit c1c8afd04e

View file

@ -227,6 +227,7 @@ local compat_option_sets = {
{ stdcompat = "FREEBSD11" },
{ stdcompat = "FREEBSD12" },
{ stdcompat = "FREEBSD13" },
{ stdcompat = "FREEBSD14" },
},
}