Makefile.pmax.inc revision 1.7
11.7Schristos# $NetBSD: Makefile.pmax.inc,v 1.7 2019/01/01 19:41:04 christos Exp $ 21.1Ssimonb 31.6Smatt.if ${MACHINE_ARCH} == "mipsel" 41.3SatatatSYSTEM_LD_TAIL_EXTRA=; \ 51.7Schristos echo ${MIPS_ELF2ECOFF} $@ $@.ecoff; \ 61.7Schristos ${MIPS_ELF2ECOFF} $@ $@.ecoff; \ 71.1Ssimonb chmod 755 $@.ecoff 81.6Smatt.endif 9