Home | History | Annotate | Line # | Download | only in ramdisk
      1  1.23       rin #	$NetBSD: Makefile,v 1.23 2018/01/28 01:09:57 rin Exp $
      2   1.1     chris 
      3   1.1     chris .include <bsd.own.mk>
      4   1.1     chris .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5   1.1     chris 
      6   1.1     chris IMAGE=		ramdisk.fs
      7  1.23       rin IMAGESIZE=	2048k
      8  1.21  christos MAKEFS_FLAGS+=	-f 14
      9   1.1     chris 
     10   1.1     chris WARNS=		1
     11  1.13   tsutsui DBG=		-Os
     12  1.20      matt DBG+=		-mthumb -mthumb-interwork
     13  1.20      matt DBG+=		-DNDEBUG
     14   1.1     chris 
     15   1.1     chris CRUNCHBIN=	ramdiskbin
     16   1.1     chris LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
     17   1.1     chris MTREECONF=	${DISTRIBDIR}/common/mtree.common
     18   1.1     chris IMAGEENDIAN=	le
     19   1.1     chris MAKEDEVTARGETS=	ramdisk
     20   1.1     chris IMAGEDEPENDS=	${CRUNCHBIN} \
     21   1.7       abs 		dot.profile \
     22   1.1     chris 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     23   1.6       abs 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
     24  1.11       roy 		${DISTRIBDIR}/common/services
     25   1.1     chris 
     26   1.1     chris .if ${USE_INET6} != "no"
     27   1.8       abs LISTS+=		${DISTRIBDIR}/common/list.inet6
     28   1.1     chris .endif
     29   1.1     chris 
     30   1.1     chris # Use stubs to eliminate some large stuff from libc
     31   1.1     chris HACKSRC=	${DISTRIBDIR}/utils/libhack
     32   1.1     chris .include	"${HACKSRC}/Makefile.inc"
     33   1.1     chris ${CRUNCHBIN}:	libhack.o
     34   1.1     chris 
     35   1.1     chris .include "${DISTRIBDIR}/common/Makefile.crunch"
     36   1.4     joerg .include "${DISTRIBDIR}/common/Makefile.dhcpcd"
     37   1.1     chris .include "${DISTRIBDIR}/common/Makefile.makedev"
     38   1.1     chris .include "${DISTRIBDIR}/common/Makefile.image"
     39   1.1     chris 
     40   1.1     chris release:
     41   1.1     chris 
     42   1.1     chris .include <bsd.prog.mk>
     43