diff --git a/misc/compat12x/Makefile b/misc/compat12x/Makefile --- a/misc/compat12x/Makefile +++ b/misc/compat12x/Makefile @@ -20,8 +20,8 @@ .include -.if ${OSREL:R} < 13 -IGNORE= is for FreeBSD 13.x and newer +.if ${OSREL:R} < 12 +IGNORE= is for FreeBSD 12.x and newer .endif .if ${ARCH} == amd64