11.10Stsutsui#	$NetBSD: list.ramdisk,v 1.10 2011/06/19 06:48:07 tsutsui Exp $
21.1Smrg
31.9StsutsuiSRCDIRS	bin sbin usr.bin usr.sbin libexec
41.1Smrg
51.1Smrg# init invokes the shell as -sh
61.1SmrgARGVLN	sh -sh
71.1Smrg
81.1Smrg# libhack.o is built by Makefile & included Makefile.inc
91.1SmrgLIBS	libhack.o -lbz2 -lutil -ll -lm
101.1Smrg
111.1Smrg# various files that we need in /etc for the install
121.1SmrgCOPY	${NETBSDSRCDIR}/etc/group		etc/group
131.1SmrgCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
141.1SmrgCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
151.10StsutsuiCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
161.5SabsCOPY	${DISTRIBDIR}/common/services		etc/services
171.1Smrg
181.1Smrg# we need the boot block in /usr/mdec + the MBR copy
191.1SmrgCOPY	${DESTDIR}/usr/mdec/ofwboot		usr/mdec/ofwboot
201.2SgarbledCOPY	${DESTDIR}/usr/mdec/netbsd.chrp		usr/mdec/netbsd.chrp
211.2SgarbledCOPY	${DESTDIR}/usr/mdec/mkbootinfo		usr/mdec/mkbootinfo	755
221.1Smrg
231.1Smrg# and the boot script
241.1SmrgCOPY	${CURDIR}/../common/dot.profile		.profile
25