Home | History | Annotate | Line # | Download | only in evbarm
Makefile revision 1.3
      1  1.3    lukem #	$NetBSD: Makefile,v 1.3 2002/04/11 12:19:41 lukem Exp $
      2  1.1  thorpej 
      3  1.3    lukem .include <bsd.own.mk>
      4  1.3    lukem .include "${_SRC_TOP_}/distrib/Makefile.inc"
      5  1.1  thorpej 
      6  1.3    lukem SUBDIR=		gzboot
      7  1.2  thorpej 
      8  1.2  thorpej ITARGET=	${RELEASEDIR}/binary/gzimg
      9  1.2  thorpej 
     10  1.3    lukem GZIMGDIR!=	cd ${.CURDIR}/gzboot/gzimg && ${PRINTOBJDIR}
     11  1.3    lukem GZIMGS!=	cd ${.CURDIR}/gzboot/gzimg && ${MAKE} -V GZIMGS
     12  1.2  thorpej 
     13  1.2  thorpej release: check_RELEASEDIR
     14  1.2  thorpej .for img in ${GZIMGS}
     15  1.3    lukem 	${RELINSTALL} ${GZIMGDIR}/${img} ${ITARGET}/.
     16  1.2  thorpej .endfor
     17  1.1  thorpej 
     18  1.1  thorpej .include <bsd.subdir.mk>
     19