xref: /netbsd-src/distrib/ofppc/ramdisks/common/list.ramdisk (revision 3465cbe0d7d8b5da5809823a696748c2df30564d)
1*3465cbe0Stsutsui#	$NetBSD: list.ramdisk,v 1.10 2011/06/19 06:48:07 tsutsui Exp $
2a41df383Smrg
3800a8fccStsutsuiSRCDIRS	bin sbin usr.bin usr.sbin libexec
4a41df383Smrg
5a41df383Smrg# init invokes the shell as -sh
6a41df383SmrgARGVLN	sh -sh
7a41df383Smrg
8a41df383Smrg# libhack.o is built by Makefile & included Makefile.inc
9a41df383SmrgLIBS	libhack.o -lbz2 -lutil -ll -lm
10a41df383Smrg
11a41df383Smrg# various files that we need in /etc for the install
12a41df383SmrgCOPY	${NETBSDSRCDIR}/etc/group		etc/group
13a41df383SmrgCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
14a41df383SmrgCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
156f653b39SabsCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
166f653b39SabsCOPY	${DISTRIBDIR}/common/services		etc/services
17a41df383Smrg
18a41df383Smrg# we need the boot block in /usr/mdec + the MBR copy
19a41df383SmrgCOPY	${DESTDIR}/usr/mdec/ofwboot		usr/mdec/ofwboot
20e87796b3SgarbledCOPY	${DESTDIR}/usr/mdec/netbsd.chrp		usr/mdec/netbsd.chrp
21e87796b3SgarbledCOPY	${DESTDIR}/usr/mdec/mkbootinfo		usr/mdec/mkbootinfo	755
22a41df383Smrg
23a41df383Smrg# and the boot script
24a41df383SmrgCOPY	${CURDIR}/../common/dot.profile		.profile
25