Makefile revision 1.16
11.16Sjdolecek# $NetBSD: Makefile,v 1.16 2003/10/29 11:50:53 jdolecek Exp $ 21.1Sfredette 31.3Sjmc.include <bsd.own.mk> 41.14Slukem.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 51.10Sfredette.include <bsd.kernobj.mk> 61.9Stsutsui 71.11SlukemIMAGE= ramdisk.fs 81.10SfredetteIMAGESIZE= 400k 91.15SfvdlMAKEFS_FLAGS= -f 15 -o minfree=0,optimization=space,density=4096 101.10Sfredette 111.10SfredetteWARNS= 1 121.10SfredetteDBG= -Os 131.10Sfredette 141.10SfredetteCRUNCHBIN= rd_bin 151.11SlukemLISTS= ${.CURDIR}/list 161.11SlukemMTREECONF= ${.CURDIR}/mtree.conf 171.11SlukemIMAGEENDIAN= be 181.16SjdolecekMAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0 191.10SfredetteIMAGEDEPENDS= ${CRUNCHBIN} \ 201.12Slukem disktab fstab passwd protocols services sshrc welcome \ 211.13Slukem ${NETBSDSRCDIR}/etc/netconfig 221.11Slukem 231.14SlukemMDSETTARGETS= RAMDISK ramdisk.fs - 241.14SlukemMDSET_RELEASEDIR= binary/kernel 251.1Sfredette 261.10Sfredette# Use stubs to eliminate some large stuff from libc 271.10SfredetteHACKSRC= ${DISTRIBDIR}/utils/libhack 281.10Sfredette.include "${HACKSRC}/Makefile.inc" 291.10Sfredette${CRUNCHBIN}: libhack.o 301.1Sfredette 311.10Sfredette.include "${DISTRIBDIR}/common/Makefile.crunch" 321.10Sfredette.include "${DISTRIBDIR}/common/Makefile.makedev" 331.10Sfredette.include "${DISTRIBDIR}/common/Makefile.image" 341.11Slukem.include "${DISTRIBDIR}/common/Makefile.mdset" 351.10Sfredette 361.10Sfredette.include <bsd.prog.mk> 37