summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/csu/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile
new file mode 100644
index 0000000..320a5a4
--- /dev/null
+++ b/lib/csu/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
+.if exists(${.CURDIR}/${ARCH})
+SUBDIR+= ${ARCH}
+.else
+SUBDIR+= ${MACHINE_CPUARCH}
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud