Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.2
      1  1.2    lukem #	$NetBSD: Makefile,v 1.2 2002/04/26 15:50:30 lukem Exp $
      2  1.1  thorpej 
      3  1.1  thorpej .include <bsd.own.mk>
      4  1.2    lukem .include "${NETBSDSRCDIR}/distrib/Makefile.inc"
      5  1.1  thorpej 
      6  1.1  thorpej IMAGE=		ramdisk.fs
      7  1.1  thorpej IMAGESIZE=	3072k
      8  1.1  thorpej MAKEFS_FLAGS=	-f 15
      9  1.1  thorpej 
     10  1.1  thorpej WARNS=		1
     11  1.1  thorpej DBG=		-Os
     12  1.1  thorpej 
     13  1.1  thorpej CRUNCHBIN=	ramdiskbin
     14  1.1  thorpej LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
     15  1.1  thorpej MTREECONF=	${DISTRIBDIR}/common/mtree.common
     16  1.1  thorpej IMAGEENDIAN=	le
     17  1.1  thorpej MAKEDEVTARGETS=	ramdisk
     18  1.1  thorpej IMAGEDEPENDS=	${CRUNCHBIN} \
     19  1.1  thorpej 		disktab.preinstall dot.hdprofile dot.profile \
     20  1.1  thorpej 		${DESTDIR}/usr/share/misc/termcap \
     21  1.2    lukem 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     22  1.2    lukem 		${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \
     23  1.2    lukem 		${NETBSDSRCDIR}/etc/services
     24  1.1  thorpej 
     25  1.1  thorpej # Use stubs to eliminate some large stuff from libc
     26  1.1  thorpej HACKSRC=	${DISTRIBDIR}/utils/libhack
     27  1.1  thorpej .include	"${HACKSRC}/Makefile.inc"
     28  1.1  thorpej ${CRUNCHBIN}:	libhack.o
     29  1.1  thorpej 
     30  1.1  thorpej 
     31  1.1  thorpej realall: ${IMAGE}
     32  1.1  thorpej 
     33  1.1  thorpej release:
     34  1.1  thorpej 
     35  1.1  thorpej .include "${DISTRIBDIR}/common/Makefile.crunch"
     36  1.1  thorpej .include "${DISTRIBDIR}/common/Makefile.makedev"
     37  1.1  thorpej .include "${DISTRIBDIR}/common/Makefile.image"
     38  1.1  thorpej 
     39  1.1  thorpej .include <bsd.prog.mk>
     40