1 1.2 thorpej # $NetBSD: Makefile,v 1.2 2002/03/29 01:52:45 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej .include <bsd.own.mk> # Use /etc/mk.conf 4 1.1 thorpej 5 1.1 thorpej SUBDIR= gzboot 6 1.2 thorpej 7 1.2 thorpej ITARGET= ${RELEASEDIR}/binary/gzimg 8 1.2 thorpej IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE} 9 1.2 thorpej 10 1.2 thorpej GZIMGS+= gzimg_IQ80310_flash_0x00080000 11 1.2 thorpej GZIMGS+= gzimg_IQ80321_flash_0xf0080000 12 1.2 thorpej 13 1.2 thorpej .for img in ${GZIMGS} 14 1.2 thorpej GZIMGDIR_${img}!= cd ${.CURDIR}/gzboot/${img} && ${PRINTOBJDIR} 15 1.2 thorpej .endfor 16 1.2 thorpej 17 1.2 thorpej release: check_RELEASEDIR 18 1.2 thorpej .for img in ${GZIMGS} 19 1.2 thorpej ${IINST} ${GZIMGDIR_${img}}/${img}.gz ${ITARGET}/. 20 1.2 thorpej .endfor 21 1.1 thorpej 22 1.1 thorpej .include <bsd.subdir.mk> 23