25 lines
847 B
Plaintext
25 lines
847 B
Plaintext
# $NetBSD: list.ramdisk,v 1.10 2011/06/19 06:48:07 tsutsui Exp $
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin libexec
|
|
|
|
# init invokes the shell as -sh
|
|
ARGVLN sh -sh
|
|
|
|
# libhack.o is built by Makefile & included Makefile.inc
|
|
LIBS libhack.o -lbz2 -lutil -ll -lm
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
|
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
|
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
|
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
|
COPY ${DISTRIBDIR}/common/services etc/services
|
|
|
|
# we need the boot block in /usr/mdec + the MBR copy
|
|
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
|
|
COPY ${DESTDIR}/usr/mdec/netbsd.chrp usr/mdec/netbsd.chrp
|
|
COPY ${DESTDIR}/usr/mdec/mkbootinfo usr/mdec/mkbootinfo 755
|
|
|
|
# and the boot script
|
|
COPY ${CURDIR}/../common/dot.profile .profile
|