1 1.17 lukem # $NetBSD: Makefile,v 1.17 2002/03/25 07:43:43 lukem Exp $ 2 1.13 thorpej 3 1.15 shiba .include "${.CURDIR}/../../../Makefile.inc" 4 1.13 thorpej .include <bsd.own.mk> 5 1.12 shiba 6 1.6 fredb .ifndef NOTESOBJDIR 7 1.15 shiba NOTESOBJDIR!=cd ${DISTRIBDIR}/notes/mac68k && ${PRINTOBJDIR} 8 1.6 fredb .endif 9 1.1 ender 10 1.1 ender IMAGE= ramdisk.fs 11 1.15 shiba IMAGESIZE= 2048k 12 1.1 ender 13 1.15 shiba WARNS= 1 14 1.1 ender 15 1.15 shiba CRUNCHBIN= ramdiskbin 16 1.15 shiba LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst 17 1.15 shiba MTREECONF= ${DISTRIBDIR}/common/mtree.common 18 1.15 shiba IMAGEENDIAN= be 19 1.15 shiba MAKEDEVTARGETS= raminst 20 1.15 shiba IMAGEDEPENDS= ${CRUNCHBIN} \ 21 1.16 lukem disktab.preinstall dot.profile dot.hdprofile \ 22 1.15 shiba ${.CURDIR}/../../miniroot/termcap \ 23 1.15 shiba ${NOTESOBJDIR}/INSTALL.more \ 24 1.15 shiba ${_SRC_TOP_}/etc/group \ 25 1.15 shiba ${_SRC_TOP_}/etc/master.passwd \ 26 1.15 shiba ${_SRC_TOP_}/etc/protocols \ 27 1.15 shiba ${_SRC_TOP_}/etc/netconfig \ 28 1.15 shiba ${_SRC_TOP_}/etc/services 29 1.1 ender 30 1.1 ender 31 1.15 shiba realall: ${IMAGE} 32 1.1 ender 33 1.12 shiba release: 34 1.12 shiba 35 1.3 fredb 36 1.15 shiba # Use stubs to eliminate some large stuff from libc 37 1.15 shiba HACKSRC=${DISTRIBDIR}/utils/libhack 38 1.15 shiba .include "${HACKSRC}/Makefile.inc" 39 1.15 shiba 40 1.15 shiba # This is listed in ramdiskbin.conf but is built here. 41 1.15 shiba ${CRUNCHBIN}: libhack.o 42 1.15 shiba 43 1.15 shiba 44 1.15 shiba .include "${DISTRIBDIR}/common/Makefile.crunch" 45 1.15 shiba .include "${DISTRIBDIR}/common/Makefile.makedev" 46 1.15 shiba .include "${DISTRIBDIR}/common/Makefile.image" 47 1.15 shiba 48 1.15 shiba PARSELISTENV+= NOTESOBJDIR=${NOTESOBJDIR} 49 1.1 ender 50 1.15 shiba .include <bsd.prog.mk> 51