1 1.3 roy # $NetBSD: list64,v 1.3 2010/02/05 10:01:20 roy 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.2 matt SPECIAL vi srcdir usr.bin/nvi/build 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.3 roy # a subset terminfo database 39 1.3 roy COPY ${DESTDIR}/rescue/terminfo.db usr/share/misc/terminfo.db 40 1.2 matt 41 1.2 matt # copy the kernel(s) 42 1.2 matt COPY ${KERNOBJDIR}/GENERIC64/netbsd netbsd 43 1.2 matt #COPY ${KERNOBJDIR}/GENERIC64/netbsd.ecoff netbsd.ecoff 44 1.2 matt #COPY ${KERNOBJDIR}/INSTALL64/nfsnetbsd.ecoff nfsnetbsd.ecoff 45 1.2 matt 46 1.2 matt # various files that we need in /etc for the install 47 1.2 matt #COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 48 1.2 matt #SYMLINK /tmp/disktab.shadow etc/disktab 49 1.2 matt #SYMLINK /tmp/fstab.shadow etc/fstab 50 1.2 matt #SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 51 1.2 matt #SYMLINK /tmp/hosts etc/hosts 52 1.2 matt 53 1.2 matt # sysinst needs disktab template 54 1.2 matt COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall 55 1.2 matt 56 1.2 matt # and the installation tools 57 1.2 matt COPY ${ARCHDIR}/dot.profile .profile 58 1.2 matt 59 1.2 matt # and a spare .profile 60 1.2 matt COPY ${DESTDIR}/.profile tmp/.hdprofile 61