Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.19
      1  1.19    lukem #	$NetBSD: Makefile,v 1.19 2002/03/28 04:33:22 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.1    ender IMAGE=		ramdisk.fs
      7  1.15    shiba IMAGESIZE=	2048k
      8   1.1    ender 
      9  1.15    shiba WARNS=		1
     10   1.1    ender 
     11  1.15    shiba CRUNCHBIN=	ramdiskbin
     12  1.15    shiba LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
     13  1.15    shiba MTREECONF=	${DISTRIBDIR}/common/mtree.common
     14  1.15    shiba IMAGEENDIAN=	be
     15  1.15    shiba MAKEDEVTARGETS=	raminst
     16  1.15    shiba IMAGEDEPENDS=	${CRUNCHBIN} \
     17  1.18    lukem 		disktab.preinstall dot.hdprofile dot.profile \
     18  1.15    shiba 		${.CURDIR}/../../miniroot/termcap \
     19  1.18    lukem 		${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
     20  1.18    lukem 		${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
     21  1.15    shiba 		${_SRC_TOP_}/etc/services
     22   1.1    ender 
     23  1.19    lukem .ifndef NOTESOBJDIR
     24  1.19    lukem NOTESOBJDIR!=	cd ${DISTRIBDIR}/notes/mac68k && ${PRINTOBJDIR}
     25  1.19    lukem .endif
     26  1.19    lukem IMAGEDEPENDS+=	${NOTESOBJDIR}/INSTALL.more
     27  1.19    lukem PARSELISTENV=	NOTESOBJDIR=${NOTESOBJDIR}
     28  1.19    lukem 
     29  1.19    lukem # Use stubs to eliminate some large stuff from libc
     30  1.19    lukem HACKSRC=	${DISTRIBDIR}/utils/libhack
     31  1.19    lukem .include	"${HACKSRC}/Makefile.inc"
     32  1.19    lukem ${CRUNCHBIN}:	libhack.o
     33  1.19    lukem 
     34   1.1    ender 
     35  1.15    shiba realall: ${IMAGE}
     36   1.1    ender 
     37  1.12    shiba release:
     38  1.12    shiba 
     39  1.15    shiba .include "${DISTRIBDIR}/common/Makefile.crunch"
     40  1.15    shiba .include "${DISTRIBDIR}/common/Makefile.makedev"
     41  1.15    shiba .include "${DISTRIBDIR}/common/Makefile.image"
     42   1.1    ender 
     43  1.15    shiba .include <bsd.prog.mk>
     44