Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.46.6.2
      1  1.46.6.2  pgoyette #	$NetBSD: Makefile,v 1.46.6.2 2017/03/20 06:52:11 pgoyette Exp $
      2       1.1       oki 
      3      1.21     lukem .include <bsd.own.mk>
      4      1.21     lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5       1.1       oki 
      6      1.21     lukem IMAGE=			inst.fs
      7  1.46.6.1  pgoyette IMAGESIZE=		1800k
      8      1.28     isaki # `floppy-root' cannot be used now, due to size issue.
      9      1.28     isaki #IMAGE_RELEASEDIR=	installation/floppy
     10      1.21     lukem 
     11  1.46.6.2  pgoyette MAKEFS_FLAGS+=	-f 10
     12      1.21     lukem WARNS=		1
     13      1.21     lukem DBG=		-Os
     14      1.21     lukem 
     15      1.21     lukem CRUNCHBIN=	ramdiskbin
     16      1.25       dsl LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en
     17      1.21     lukem MTREECONF=	${DISTRIBDIR}/common/mtree.common
     18      1.21     lukem IMAGEENDIAN=	be
     19      1.22     isaki MAKEDEVTARGETS=	ramdisk
     20      1.21     lukem IMAGEDEPENDS+= 	${CRUNCHBIN} \
     21      1.35       abs 		dot.profile \
     22      1.37     isaki 		${DISTRIBDIR}/common/services \
     23      1.21     lukem 		${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/mboot \
     24      1.21     lukem 		${DESTDIR}/usr/mdec/sdboot_ufs \
     25      1.21     lukem 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
     26      1.34       abs 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols
     27      1.23     lukem SMALLPROG_INET6=1
     28      1.21     lukem 
     29      1.26     lukem .if ${USE_INET6} != "no"
     30      1.43     isaki LISTS+=		${DISTRIBDIR}/common/list.inet6
     31      1.26     lukem .endif
     32      1.26     lukem 
     33      1.21     lukem # Use stubs to eliminate some large stuff from libc
     34      1.21     lukem HACKSRC=	${DISTRIBDIR}/utils/libhack
     35      1.21     lukem .include	"${HACKSRC}/Makefile.inc"
     36      1.21     lukem ${CRUNCHBIN}:	libhack.o
     37      1.21     lukem 
     38      1.41   tsutsui .include "${DISTRIBDIR}/common/Makefile.dhcpcd"
     39      1.21     lukem .include "${DISTRIBDIR}/common/Makefile.crunch"
     40      1.21     lukem .include "${DISTRIBDIR}/common/Makefile.makedev"
     41      1.21     lukem .include "${DISTRIBDIR}/common/Makefile.image"
     42       1.1       oki 
     43      1.21     lukem release::
     44       1.1       oki 
     45      1.21     lukem .include <bsd.prog.mk>
     46