Home | History | Annotate | Line # | Download | only in miniroot
Makefile.inc revision 1.25.2.1
      1  1.25.2.1  bouyer #	$NetBSD: Makefile.inc,v 1.25.2.1 2017/04/21 16:51:15 bouyer Exp $
      2       1.1   lukem 
      3  1.25.2.1  bouyer IMAGESIZE=	9600k
      4      1.22   joerg DBG=		${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer : -Os } -fno-unwind-tables
      5      1.22   joerg 
      6  1.25.2.1  bouyer 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