Makefile revision 1.18
1# $NetBSD: Makefile,v 1.18 2002/03/26 01:12:36 lukem Exp $ 2 3.include "${.CURDIR}/../../Makefile.inc" 4.include <bsd.own.mk> 5 6IMAGE= ramdisk.fs 7IMAGESIZE= 1600b 8 9WARNS= 1 10 11CRUNCHBIN= ramdiskbin 12LISTS= ${.CURDIR}/list 13MTREECONF= ${DISTRIBDIR}/common/mtree.common 14IMAGEENDIAN= be 15MAKEDEVTARGETS= std md0 sd0 sd1 sd2 st0 cd0 16IMAGEDEPENDS= ${CRUNCHBIN} \ 17 dot.profile rd.fstab rd.welcome \ 18 ${DESTDIR}/usr/mdec/bootsd ${DESTDIR}/usr/mdec/bootst \ 19 ${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/usr/mdec/stboot \ 20 ${_SRC_TOP_}/etc/master.passwd \ 21 ${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \ 22 ${_SRC_TOP_}/etc/services 23 24 25realall: ${IMAGE} 26 27release: 28 29 30# Use stubs to eliminate some large stuff from libc 31HACKSRC=${DISTRIBDIR}/utils/libhack 32.include "${HACKSRC}/Makefile.inc" 33 34# This is listed in ramdiskbin.conf but is built here. 35${CRUNCHBIN}: libhack.o 36 37 38.include "${DISTRIBDIR}/common/Makefile.crunch" 39.include "${DISTRIBDIR}/common/Makefile.makedev" 40.include "${DISTRIBDIR}/common/Makefile.image" 41 42.include <bsd.prog.mk> 43