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