diff options
| author | John Polstra <jdp@FreeBSD.org> | 1998-03-07 20:30:18 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1998-03-07 20:30:18 +0000 |
| commit | f0a8e032c6f1314f2cf1c2c8575eb755ba749676 (patch) | |
| tree | 2c1ee99527a71ca765d92bd3f9cdf259d1f52a82 /lib/Makefile | |
| parent | 966a88d9862166e3cbe95546e63cf0f8069e8332 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
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 |
