Home | History | Annotate | Line # | Download | only in miniroot
Makefile revision 1.36.12.1
      1  1.36.12.1    martin #	$NetBSD: Makefile,v 1.36.12.1 2020/04/08 14:03:54 martin Exp $
      2        1.1  fredette 
      3        1.6  fredette .include <bsd.own.mk>
      4       1.10     lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5       1.10     lukem 
      6        1.6  fredette .include <bsd.kernobj.mk>
      7        1.6  fredette 
      8        1.8     lukem IMAGE=		miniroot.fs
      9  1.36.12.1    martin IMAGESIZE=	4200k
     10       1.36  christos MAKEFS_FLAGS+=	-o density=8k
     11        1.6  fredette 
     12        1.6  fredette KERNEL=		${KERNOBJDIR}/INSTALL/netbsd
     13        1.6  fredette 
     14        1.6  fredette WARNS=		1
     15       1.34     joerg DBG=		-Os -fno-unwind-tables
     16        1.6  fredette 
     17       1.22   tsutsui CRUNCHBIN=	instbin
     18       1.22   tsutsui 
     19        1.8     lukem LISTS=		${.CURDIR}/list
     20        1.8     lukem MTREECONF=	${.CURDIR}/mtree.conf
     21        1.6  fredette IMAGEENDIAN=	be
     22        1.8     lukem PARSELISTENV=	KERNEL=${KERNEL}
     23       1.15       chs MAKEDEVTARGETS=	std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
     24       1.22   tsutsui IMAGEDEPENDS=	${CRUNCHBIN} \
     25       1.22   tsutsui 		${KERNEL} \
     26       1.31   tsutsui 		fstab install.md profile \
     27        1.8     lukem 		${DESTDIR}/dev/MAKEDEV ${DESTDIR}/dev/MAKEDEV.local \
     28       1.30       abs 		${DESTDIR}/etc/group \
     29        1.8     lukem 		${DESTDIR}/etc/master.passwd ${DESTDIR}/etc/netconfig \
     30       1.28       abs 		${DESTDIR}/etc/passwd \
     31       1.29       abs 		${DISTRIBDIR}/common/protocols \
     32       1.31   tsutsui 		${DESTDIR}/etc/pwd.db \
     33       1.31   tsutsui 		${DISTRIBDIR}/common/services \
     34        1.8     lukem 		${DESTDIR}/etc/spwd.db \
     35        1.8     lukem 		${DESTDIR}/usr/mdec/bootxx ${DESTDIR}/usr/mdec/bootyy \
     36        1.8     lukem 		${DESTDIR}/usr/mdec/netboot ${DESTDIR}/usr/mdec/tapeboot \
     37        1.8     lukem 		${DESTDIR}/usr/mdec/ufsboot \
     38        1.8     lukem 		${DISTRIBDIR}/miniroot/install.sh \
     39        1.8     lukem 		${DISTRIBDIR}/miniroot/upgrade.sh \
     40       1.11  jdolecek 		install.sub
     41        1.6  fredette 
     42       1.14     lukem IMAGEPOSTBUILD=		${TOOL_INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \
     43       1.10     lukem 		    	    ${DESTDIR}/usr/mdec/bootxx /ufsboot
     44       1.10     lukem IMAGE_RELEASEDIR=	installation/miniroot
     45        1.8     lukem 
     46       1.22   tsutsui # Use stubs to eliminate some large stuff from libc
     47       1.22   tsutsui HACKSRC=	${DISTRIBDIR}/utils/libhack
     48       1.22   tsutsui .include	"${HACKSRC}/Makefile.inc"
     49       1.22   tsutsui ${CRUNCHBIN}:	libhack.o
     50       1.22   tsutsui 
     51       1.11  jdolecek install.sub: ${DISTRIBDIR}/miniroot/install.sub
     52       1.27       apb 	${TOOL_SED} -e "/^VERSION=/s/=.*/=${DISTRIBREV}/" < $? > $@
     53       1.11  jdolecek 
     54       1.11  jdolecek CLEANFILES+= install.sub
     55        1.1  fredette 
     56       1.35  christos fstab: .PHONY
     57       1.35  christos 
     58       1.22   tsutsui .include "${DISTRIBDIR}/common/Makefile.crunch"
     59        1.6  fredette .include "${DISTRIBDIR}/common/Makefile.makedev"
     60        1.6  fredette .include "${DISTRIBDIR}/common/Makefile.image"
     61        1.6  fredette 
     62        1.6  fredette .include <bsd.prog.mk>
     63