1 # $NetBSD: Makefile,v 1.4 2002/04/13 01:46:29 thorpej Exp $ 2 3 .include <bsd.own.mk> 4 .include "${_SRC_TOP_}/distrib/Makefile.inc" 5 6 SUBDIR= gzboot instkernel 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