1 # $NetBSD: list.ramdisk,v 1.1 2008/01/02 11:39:02 mrg Exp $ 2 3 SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin libexec 4 5 # init invokes the shell as -sh 6 ARGVLN sh -sh 7 8 # libhack.o is built by Makefile & included Makefile.inc 9 LIBS libhack.o -lbz2 -lutil -ll -lm 10 11 # various files that we need in /etc for the install 12 COPY ${NETBSDSRCDIR}/etc/group etc/group 13 COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 14 COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 15 COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 16 COPY ${NETBSDSRCDIR}/distrib/common/services etc/services 17 18 # we need the boot block in /usr/mdec + the MBR copy 19 COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 20 21 # and the common installation tools 22 COPY ${CURDIR}/../common/termcap.mini usr/share/misc/termcap 23 24 # and the boot script 25 COPY ${CURDIR}/../common/dot.profile .profile 26