1 1.11 nakayama # $NetBSD: list,v 1.11 2013/11/30 08:27:18 nakayama Exp $ 2 1.1 rafal 3 1.1 rafal # extras in bin 4 1.1 rafal PROG bin/csh 5 1.1 rafal PROG bin/date 6 1.1 rafal PROG bin/rcp 7 1.1 rafal PROG bin/rcmd 8 1.1 rafal 9 1.1 rafal # extras in sbin 10 1.1 rafal PROG sbin/disklabel 11 1.1 rafal PROG sbin/fsck_ext2fs 12 1.1 rafal PROG sbin/mount_ext2fs 13 1.1 rafal PROG sbin/mount_kernfs 14 1.1 rafal 15 1.1 rafal # extras in /usr.bin 16 1.1 rafal PROG usr/bin/netstat 17 1.1 rafal PROG usr/bin/rsh 18 1.1 rafal PROG usr/bin/tset usr/bin/reset 19 1.1 rafal PROG usr/bin/vi 20 1.1 rafal 21 1.1 rafal # extras in /usr/mdec 22 1.1 rafal PROG usr/mdec/sgivol 23 1.1 rafal 24 1.1 rafal # crunchgen source directory specials: progs built in nonstandard places 25 1.11 nakayama SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi 26 1.1 rafal SPECIAL sgivol srcdir sys/arch/sgimips/stand/sgivol 27 1.1 rafal 28 1.1 rafal # Minimize use of MFS 29 1.1 rafal SYMLINK /tmp var/tmp 30 1.1 rafal 31 1.1 rafal # we need the contents of /usr/mdec 32 1.4 sekiya COPY ${DESTDIR}/usr/mdec/aoutboot usr/mdec/aoutboot 33 1.4 sekiya COPY ${DESTDIR}/usr/mdec/ip2xboot usr/mdec/ip2xboot 34 1.4 sekiya COPY ${DESTDIR}/usr/mdec/ip3xboot usr/mdec/ip3xboot 35 1.1 rafal 36 1.1 rafal # copy the kernel(s) 37 1.1 rafal COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd 38 1.1 rafal COPY ${KERNOBJDIR}/GENERIC/netbsd.ecoff netbsd.ecoff 39 1.1 rafal ###COPY ${KERNOBJDIR}/INSTALL/nfsnetbsd.ecoff nfsnetbsd.ecoff 40 1.1 rafal 41 1.1 rafal # various files that we need in /etc for the install 42 1.1 rafal #SYMLINK /tmp/fstab.shadow etc/fstab 43 1.1 rafal #SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 44 1.1 rafal #SYMLINK /tmp/hosts etc/hosts 45 1.1 rafal 46 1.1 rafal # and the installation tools 47 1.1 rafal COPY ${ARCHDIR}/dot.profile .profile 48 1.1 rafal 49 1.1 rafal # and a spare .profile 50 1.1 rafal COPY ${DESTDIR}/.profile tmp/.hdprofile 51