Home | History | Annotate | Download | only in miniroot

Lines Matching refs:COPY

5 COPY	${KERNEL3}			netbsd.sun3
6 COPY ${KERNEL3X} netbsd.sun3x
9 COPY ${DESTDIR}/usr/bin/false bin/false 555
10 COPY ${DESTDIR}/usr/bin/true bin/true 555
13 COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
14 # COPY ${DESTDIR}/usr/mdec/bootyy usr/mdec/bootyy
16 COPY ${DESTDIR}/usr/mdec/netboot usr/mdec/netboot
17 COPY ${DESTDIR}/usr/mdec/tapeboot usr/mdec/tapeboot
18 COPY ${DESTDIR}/usr/mdec/ufsboot usr/mdec/ufsboot
22 COPY ${DESTDIR}/etc/group etc/group
23 COPY ${DESTDIR}/etc/master.passwd etc/master.passwd
24 COPY ${DESTDIR}/etc/netconfig etc/netconfig
25 COPY ${DESTDIR}/etc/passwd etc/passwd
26 COPY ${DISTRIBDIR}/common/protocols etc/protocols
27 COPY ${DESTDIR}/etc/pwd.db etc/pwd.db
28 COPY ${DESTDIR}/etc/spwd.db etc/spwd.db
29 COPY ${DISTRIBDIR}/common/services etc/services
32 COPY ${CURDIR}/fstab tmp/fstab.shadow
37 # copy the MAKEDEV script and make some devices
38 COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 555
39 COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local 555
41 # copy the miniroot installation tools
42 COPY ${CURDIR}/profile .profile
44 COPY ${CURDIR}/install.md install.md
45 COPY ${OBJDIR}/install.sub install.sub
47 COPY ${DISTRIBDIR}/miniroot/install.sh install 555
48 COPY ${DISTRIBDIR}/miniroot/upgrade.sh upgrade 555