1# $NetBSD: list,v 1.38 2013/11/30 08:27:18 nakayama Exp $ 2 3# Sparc extra's 4PROG bin/rcmd 5PROG sbin/disklabel 6PROG sbin/dmesg 7PROG sbin/sysctl 8 9PROG usr/bin/basename 10PROG usr/bin/cksum usr/bin/sum 11PROG usr/bin/getopt 12PROG usr/bin/netstat 13PROG usr/bin/rsh 14PROG usr/bin/tset usr/bin/reset 15PROG usr/bin/vi 16PROG usr/bin/less usr/bin/more 17PROG usr/sbin/installboot 18 19# crunchgen source directory specials 20SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi 21SPECIAL less srcdir external/bsd/less/bin/less 22 23# Minimize use of MFS 24SYMLINK /tmp var/tmp 25 26# we need the contents of /usr/mdec 27COPY ${DESTDIR}/usr/mdec/binstall usr/mdec/binstall 555 28COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 29LINK usr/mdec/boot usr/mdec/boot.388000 30COPY ${DESTDIR}/usr/mdec/boot.net usr/mdec/boot.net 31COPY ${DESTDIR}/usr/mdec/bootblk usr/mdec/bootblk 32COPY ${DESTDIR}/usr/mdec/bootjs.net usr/mdec/bootjs.net 33COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx 34COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot 35LINK usr/mdec/ofwboot usr/mdec/ofwboot.net 36 37# copy the kernel 38COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 39 40# various files that we need in /etc for the install 41SYMLINK /tmp/fstab.shadow etc/fstab 42SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 43SYMLINK /tmp/hosts etc/hosts 44 45# and the installation tools 46COPY ${ARCHDIR}/dot.profile .profile 47COPY ${ARCHDIR}/../install.md install.md 48COPY ${DESTDIR}/usr/mdec/boot boot 49