Makefile.pmax.inc revision 1.6
11.6Smatt#	$NetBSD: Makefile.pmax.inc,v 1.6 2009/12/14 00:46:09 matt Exp $
21.1Ssimonb
31.6Smatt.if ${MACHINE_ARCH} == "mipsel"
41.3SatatatSYSTEM_LD_TAIL_EXTRA=; \
51.2Stsutsui		echo ${ELF2ECOFF} $@ $@.ecoff; ${ELF2ECOFF} $@ $@.ecoff; \
61.1Ssimonb		chmod 755 $@.ecoff
71.6Smatt.endif
8