diff options
-rw-r--r-- | lib/compat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile index 7d8bdfc..2761942 100644 --- a/lib/compat/Makefile +++ b/lib/compat/Makefile @@ -18,5 +18,8 @@ SUBDIR+= compat22 .if defined(COMPAT3X) || defined(RELEASEDIR) SUBDIR+= compat3x .endif +.if defined(COMPAT4X) || defined(RELEASEDIR) +SUBDIR+= compat4x +.endif .include <bsd.subdir.mk> |