NetBSD/distrib/atari/floppies/common/Makefile.images

36 lines
975 B
Makefile
Raw Normal View History

# $NetBSD: Makefile.images,v 1.5 2003/01/03 15:34:32 lukem Exp $
2002-04-13 01:11:46 +04:00
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
2002-04-13 01:11:46 +04:00
.include <bsd.kernobj.mk>
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
2002-04-13 01:11:46 +04:00
.if defined(USE_SYSINST)
LISTS+= ${DISTRIBDIR}/common/list.sysinst
.endif
# Use stubs to eliminate some large stuff from libc
HACKSRC=${DISTRIBDIR}/utils/libhack
2002-04-13 01:11:46 +04:00
.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}/${MACHINE}/${IMAGE_RELEASEDIR} ${IMAGE}.gz
2002-04-13 01:11:46 +04:00
.include <bsd.prog.mk>