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