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