summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-03-07 20:30:18 +0000
committerjdp <jdp@FreeBSD.org>1998-03-07 20:30:18 +0000
commit9bf3751a5e782035b1e598382f24a292f781f18c (patch)
treed1a9f1a48b1532aa9bf6421b40b45d91595a9cfa /lib/Makefile
parent9ab8e81807fd89de7145e035cb95257ba95bc839 (diff)
downloadFreeBSD-src-9bf3751a5e782035b1e598382f24a292f781f18c.zip
FreeBSD-src-9bf3751a5e782035b1e598382f24a292f781f18c.tar.gz
Enable csu/i386-elf under the appropriate conditions.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index a116a88..ed466a9 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -4,6 +4,8 @@
SUBDIR=csu/tahoe.pcc
.elif ${MACHINE} == "vax"
SUBDIR=csu/vax.pcc
+.elif exists(${.CURDIR}/csu/${MACHINE}-${BINFORMAT})
+SUBDIR=csu/${MACHINE}-${BINFORMAT}
.elif exists(${.CURDIR}/csu/${MACHINE})
SUBDIR=csu/${MACHINE}
.endif
OpenPOWER on IntegriCloud