aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-03-07 20:30:18 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-03-07 20:30:18 +0000
commitf0a8e032c6f1314f2cf1c2c8575eb755ba749676 (patch)
tree2c1ee99527a71ca765d92bd3f9cdf259d1f52a82 /lib/Makefile
parent966a88d9862166e3cbe95546e63cf0f8069e8332 (diff)
downloadsrc-f0a8e032c6f1314f2cf1c2c8575eb755ba749676.tar.gz
src-f0a8e032c6f1314f2cf1c2c8575eb755ba749676.zip
Enable csu/i386-elf under the appropriate conditions.
Notes
Notes: svn path=/head/; revision=34201
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 a116a886edd9..ed466a96c325 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