1 1.5 nakayama # $NetBSD: list64,v 1.5 2013/11/30 08:27:18 nakayama Exp $ 2 1.2 matt 3 1.2 matt # extras in bin 4 1.2 matt PROG bin/csh 5 1.2 matt PROG bin/date 6 1.2 matt PROG bin/rcp 7 1.2 matt PROG bin/rcmd 8 1.2 matt 9 1.2 matt # extras in sbin 10 1.2 matt PROG sbin/disklabel 11 1.2 matt PROG sbin/fsck_ext2fs 12 1.2 matt PROG sbin/mount_ext2fs 13 1.2 matt PROG sbin/mount_kernfs 14 1.2 matt 15 1.2 matt # extras in usr/bin 16 1.2 matt PROG usr/bin/netstat 17 1.2 matt PROG usr/bin/rsh 18 1.2 matt PROG usr/bin/tset usr/bin/reset 19 1.2 matt PROG usr/bin/vi 20 1.2 matt 21 1.2 matt # extras in usr/sbin 22 1.2 matt PROG usr/sbin/installboot 23 1.2 matt 24 1.2 matt # crunchgen source directory specials: progs built in nonstandard places 25 1.5 nakayama SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi 26 1.2 matt 27 1.2 matt # Minimize use of MFS 28 1.2 matt SYMLINK /tmp var/tmp 29 1.2 matt 30 1.2 matt # we need the contents of /usr/mdec 31 1.2 matt COPYDIR ${DESTDIR}/usr/mdec usr/mdec 32 1.2 matt # and /boot.pmax 33 1.2 matt COPY ${DESTDIR}/boot.pmax boot.pmax 34 1.2 matt 35 1.2 matt # the zoneinfo (dont use) 36 1.2 matt #COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 37 1.2 matt 38 1.2 matt # copy the kernel(s) 39 1.2 matt COPY ${KERNOBJDIR}/GENERIC64/netbsd netbsd 40 1.2 matt #COPY ${KERNOBJDIR}/GENERIC64/netbsd.ecoff netbsd.ecoff 41 1.2 matt #COPY ${KERNOBJDIR}/INSTALL64/nfsnetbsd.ecoff nfsnetbsd.ecoff 42 1.2 matt 43 1.2 matt # various files that we need in /etc for the install 44 1.2 matt #COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 45 1.2 matt #SYMLINK /tmp/disktab.shadow etc/disktab 46 1.2 matt #SYMLINK /tmp/fstab.shadow etc/fstab 47 1.2 matt #SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 48 1.2 matt #SYMLINK /tmp/hosts etc/hosts 49 1.2 matt 50 1.2 matt # sysinst needs disktab template 51 1.2 matt COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall 52 1.2 matt 53 1.2 matt # and the installation tools 54 1.2 matt COPY ${ARCHDIR}/dot.profile .profile 55 1.2 matt 56 1.2 matt # and a spare .profile 57 1.2 matt COPY ${DESTDIR}/.profile tmp/.hdprofile 58