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