list.ramdisk revision 1.2
11.2Sgarbled#	$NetBSD: list.ramdisk,v 1.2 2008/01/23 23:15:37 garbled Exp $
21.1Smrg
31.1SmrgSRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin 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.1SmrgCOPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
161.1SmrgCOPY	${NETBSDSRCDIR}/distrib/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 common installation tools
241.1SmrgCOPY	${CURDIR}/../common/termcap.mini	usr/share/misc/termcap
251.1Smrg
261.1Smrg# and the boot script
271.1SmrgCOPY	${CURDIR}/../common/dot.profile		.profile
28