summaryrefslogtreecommitdiffstats
path: root/lib/compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compat/Makefile')
-rw-r--r--lib/compat/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile
new file mode 100644
index 0000000..4de6109
--- /dev/null
+++ b/lib/compat/Makefile
@@ -0,0 +1,16 @@
+# $Id$
+
+SUBDIR=
+
+# Note that compat21 is *not* for the 2.1.x branch!
+.if defined(COMPAT1X) || defined(RELEASEDIR)
+SUBDIR+= compat1x
+.endif
+.if defined(COMPAT20) || defined(RELEASEDIR)
+SUBDIR+= compat20
+.endif
+.if defined(COMPAT21) || defined(RELEASEDIR)
+SUBDIR+= compat21
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud