summaryrefslogtreecommitdiffstats
path: root/lib/compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compat/Makefile')
-rw-r--r--lib/compat/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile
deleted file mode 100644
index 3339bcc..0000000
--- a/lib/compat/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $FreeBSD$
-
-SUBDIR=
-
-.if ${MACHINE_ARCH} == "i386"
-# 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
-.if defined(COMPAT22) || defined(RELEASEDIR)
-SUBDIR+= compat22
-.endif
-.endif
-
-.if exists (${.CURDIR}/compat3x.${MACHINE_ARCH})
-.if defined(COMPAT3X) || defined(RELEASEDIR)
-SUBDIR+= compat3x.${MACHINE_ARCH}
-.endif
-.endif
-
-.if exists (${.CURDIR}/compat4x.${MACHINE_ARCH})
-.if defined(COMPAT4X) || defined(RELEASEDIR)
-SUBDIR+= compat4x.${MACHINE_ARCH}
-.endif
-.endif
-
-.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud