Makefile revision 1.3
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
6SUBDIR=		gzboot
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