Makefile revision 1.26
1# $NetBSD: Makefile,v 1.26 2002/04/12 05:15:18 lukem Exp $ 2 3.include <bsd.own.mk> 4.include "${_SRC_TOP_}/distrib/Makefile.inc" 5 6IMAGE= ramdisk.fs 7IMAGETAR= diskimage.tgz 8IMAGESIZE= 3m 9MAKEFS_FLAGS= -f 15 10 11WARNS= 1 12DBG= -Os 13 14CRUNCHBIN= ramdiskbin 15LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst 16MTREECONF= ${DISTRIBDIR}/common/mtree.common 17IMAGEENDIAN= le 18MAKEDEVTARGETS= minimal pty0 19IMAGEDEPENDS= ${CRUNCHBIN} \ 20 disktab.preinstall dot.hdprofile dot.profile \ 21 ${DISTRIBDIR}/miniroot/termcap.rcons \ 22 ${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \ 23 ${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \ 24 ${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \ 25 ${_SRC_TOP_}/etc/services 26 27# Use stubs to eliminate some large stuff from libc 28HACKSRC= ${DISTRIBDIR}/utils/libhack 29.include "${HACKSRC}/Makefile.inc" 30${CRUNCHBIN}: libhack.o 31 32 33realall: ${IMAGE} .WAIT ${IMAGETAR} 34 35release: check_RELEASEDIR .WAIT ${IMAGETAR} 36 -mkdir -p ${RELEASEDIR}/installation/netboot 37 ${RELINSTALL} ${IMAGETAR} ${RELEASEDIR}/installation/netboot 38 39 40.include "${DISTRIBDIR}/common/Makefile.crunch" 41.include "${DISTRIBDIR}/common/Makefile.makedev" 42.include "${DISTRIBDIR}/common/Makefile.image" 43 44.include <bsd.prog.mk> 45