Home | History | Annotate | Line # | Download | only in miniroot
Makefile.inc revision 1.24.18.1
      1  1.24.18.1    bouyer #	$NetBSD: Makefile.inc,v 1.24.18.1 2017/04/21 16:51:12 bouyer Exp $
      2       1.21      matt 
      3       1.21      matt .if ${MACHINE_ARCH} == "mips64el"
      4       1.21      matt SFX=		64
      5       1.21      matt .endif
      6       1.10        tv 
      7       1.15      shin DBG=		-Os
      8        1.1  jonathan 
      9        1.5     lukem IMAGESIZE=	32m
     10  1.24.18.1    bouyer MAKEFS_FLAGS+=	-f 15
     11        1.6      shin IMAGEENDIAN=	le
     12       1.24   tsutsui MAKEDEVTARGETS=	all ipty
     13       1.21      matt LISTS=		${.CURDIR}/list ${ARCHDIR}/list${SFX}
     14        1.5     lukem LISTS+=		${DISTRIBDIR}/common/list.sysinst
     15        1.5     lukem MTREECONF+=	${.CURDIR}/mtree.usr.install
     16       1.22       roy IMAGEDEPENDS+=	${ARCHDIR}/dot.profile \
     17        1.5     lukem 		${DESTDIR}/.profile ${DESTDIR}/boot.pmax \
     18       1.21      matt 		${DESTDIR}/etc/disktab \
     19       1.21      matt 		${KERNOBJDIR}/GENERIC${SFX}/netbsd
     20       1.21      matt 
     21       1.21      matt .if ${MACHINE_ARCH} == "mipsel"
     22       1.21      matt IMAGEDEPENDS+=	${KERNOBJDIR}/GENERIC/netbsd.ecoff \
     23        1.5     lukem 		${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff
     24       1.21      matt .endif
     25        1.1  jonathan 
     26       1.17     lukem IMAGEPOSTBUILD=	${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} ${DESTDIR}/usr/mdec/bootxx_ffs
     27