# $NetBSD: Makefile.images,v 1.4 2002/05/07 03:34:16 lukem Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" .include CRUNCHBIN= instbin LISTS= ${.CURDIR}/list ${.CURDIR}/../common/list.images MTREECONF= ${DISTRIBDIR}/common/mtree.common IMAGEENDIAN= be IMAGEDEPENDS+= ${CRUNCHBIN} \ ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd IMAGE_RELEASEDIR= installation/miniroot .if defined(USE_SYSINST) LISTS+= ${DISTRIBDIR}/common/list.sysinst .endif # Use stubs to eliminate some large stuff from libc HACKSRC=${DISTRIBDIR}/utils/libhack .include "${HACKSRC}/Makefile.inc" ${CRUNCHBIN}: libhack.o .include "${DISTRIBDIR}/common/Makefile.crunch" .if defined(MAKEDEVTARGETS) .include "${DISTRIBDIR}/common/Makefile.makedev" .endif .include "${DISTRIBDIR}/common/Makefile.image" release:: check_RELEASEDIR ${MAKESUMS} -t ${RELEASEDIR}/${IMAGE_RELEASEDIR} ${IMAGE}.gz .include