1 1.1.2.2 bouyer # $NetBSD: Makefile,v 1.1.2.2 2011/03/06 15:07:37 bouyer Exp $ 2 1.1.2.2 bouyer 3 1.1.2.2 bouyer .include <bsd.own.mk> 4 1.1.2.2 bouyer .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.1.2.2 bouyer 6 1.1.2.2 bouyer IMAGE= ramdisk.fs 7 1.1.2.2 bouyer IMAGETAR= diskimage.tgz 8 1.1.2.2 bouyer IMAGESIZE= 3500k 9 1.1.2.2 bouyer MAKEFS_FLAGS= -f 15 10 1.1.2.2 bouyer 11 1.1.2.2 bouyer WARNS= 1 12 1.1.2.2 bouyer DBG= -Os -mmemcpy 13 1.1.2.2 bouyer 14 1.1.2.2 bouyer CRUNCHBIN= ramdiskbin 15 1.1.2.2 bouyer CRUNCHGEN_FLAGS= -d "${DBG}" 16 1.1.2.2 bouyer LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst 17 1.1.2.2 bouyer MTREECONF= ${DISTRIBDIR}/common/mtree.common 18 1.1.2.2 bouyer IMAGEENDIAN= be 19 1.1.2.2 bouyer MAKEDEVTARGETS= minimal pty0 ace0 ace1 20 1.1.2.2 bouyer IMAGEDEPENDS= ${CRUNCHBIN} \ 21 1.1.2.2 bouyer dot.hdprofile dot.profile \ 22 1.1.2.2 bouyer ${DESTDIR}/usr/mdec/boot.emips ${DESTDIR}/usr/mdec/bootxx_ffs \ 23 1.1.2.2 bouyer ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ 24 1.1.2.2 bouyer ${NETBSDSRCDIR}/etc/netconfig \ 25 1.1.2.2 bouyer ${DISTRIBDIR}/common/protocols \ 26 1.1.2.2 bouyer ${DISTRIBDIR}/common/services 27 1.1.2.2 bouyer 28 1.1.2.2 bouyer IMAGETAR_RELEASEDIR= installation/netboot 29 1.1.2.2 bouyer 30 1.1.2.2 bouyer # Use stubs to eliminate some large stuff from libc 31 1.1.2.2 bouyer HACKSRC= ${DISTRIBDIR}/utils/libhack 32 1.1.2.2 bouyer .include "${HACKSRC}/Makefile.inc" 33 1.1.2.2 bouyer ${CRUNCHBIN}: libhack.o 34 1.1.2.2 bouyer 35 1.1.2.2 bouyer .include "${DISTRIBDIR}/common/Makefile.crunch" 36 1.1.2.2 bouyer .include "${DISTRIBDIR}/common/Makefile.makedev" 37 1.1.2.2 bouyer .include "${DISTRIBDIR}/common/Makefile.image" 38 1.1.2.2 bouyer 39 1.1.2.2 bouyer .include <bsd.prog.mk> 40