Home | History | Annotate | Line # | Download | only in miniroot
Makefile.inc revision 1.22
      1  1.22   joerg #	$NetBSD: Makefile.inc,v 1.22 2016/02/27 18:52:51 joerg Exp $
      2   1.1   lukem 
      3  1.21  martin IMAGESIZE=	9216k
      4  1.22   joerg DBG=		${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer : -Os } -fno-unwind-tables
      5  1.22   joerg 
      6   1.2   lukem MAKEFS_FLAGS=   -o density=4k
      7   1.1   lukem IMAGEENDIAN=	be
      8  1.19     mrg MAKEDEVTARGETS=	all ipty
      9   1.1   lukem LISTS+=		${DISTRIBDIR}/common/list.sysinst
     10   1.1   lukem IMAGEDEPENDS+=	${ARCHDIR}/../install.md ${ARCHDIR}/dot.profile \
     11  1.13      he 		${DESTDIR}/usr/mdec/boot \
     12   1.1   lukem 		${KERNOBJDIR}/GENERIC/netbsd
     13   1.1   lukem 
     14  1.11   lukem IMAGEPOSTBUILD=	${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \
     15   1.9   lukem 		    ${DESTDIR}/usr/mdec/bootxx /boot
     16