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