983821fd73
that after building ${IMAGE} - use ${IMAGEBUILT} to ensure that IMAGE_MD_POST is only run if IMAGE changes
17 lines
557 B
Makefile
17 lines
557 B
Makefile
# $NetBSD: Makefile.inc,v 1.9 2002/04/12 03:21:11 lukem Exp $
|
|
|
|
IMAGESIZE= 32m
|
|
MAKEFS_FLAGS= -f 15
|
|
IMAGEENDIAN= le
|
|
MAKEDEVTARGETS= all
|
|
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
|
MTREECONF+= ${.CURDIR}/mtree.usr.install
|
|
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.rcons \
|
|
${DESTDIR}/.profile ${DESTDIR}/boot.pmax \
|
|
${DESTDIR}/etc/disktab \
|
|
${KERNOBJDIR}/GENERIC/netbsd.aout \
|
|
${KERNOBJDIR}/GENERIC/netbsd.ecoff \
|
|
${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff
|
|
|
|
IMAGE_MD_POST= ${INSTALLBOOT} -m ${MACHINE} ${IMAGE} ${DESTDIR}/usr/mdec/bootxx_ffs
|