Makefile revision 1.4
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 6SUBDIR= gzboot instkernel 7 8ITARGET= ${RELEASEDIR}/binary/gzimg 9 10GZIMGDIR!= cd ${.CURDIR}/gzboot/gzimg && ${PRINTOBJDIR} 11GZIMGS!= cd ${.CURDIR}/gzboot/gzimg && ${MAKE} -V GZIMGS 12 13release: check_RELEASEDIR 14.for img in ${GZIMGS} 15 ${RELINSTALL} ${GZIMGDIR}/${img} ${ITARGET}/. 16.endfor 17 18.include <bsd.subdir.mk> 19