list64 revision 1.2
11.2Smatt# $NetBSD: list64,v 1.2 2009/12/14 01:12:06 matt Exp $ 21.2Smatt 31.2Smatt# extras in bin 41.2SmattPROG bin/csh 51.2SmattPROG bin/date 61.2SmattPROG bin/rcp 71.2SmattPROG bin/rcmd 81.2Smatt 91.2Smatt# extras in sbin 101.2SmattPROG sbin/disklabel 111.2SmattPROG sbin/fsck_ext2fs 121.2SmattPROG sbin/mount_ext2fs 131.2SmattPROG sbin/mount_kernfs 141.2Smatt 151.2Smatt# extras in usr/bin 161.2SmattPROG usr/bin/netstat 171.2SmattPROG usr/bin/rsh 181.2SmattPROG usr/bin/tset usr/bin/reset 191.2SmattPROG usr/bin/vi 201.2Smatt 211.2Smatt# extras in usr/sbin 221.2SmattPROG usr/sbin/installboot 231.2Smatt 241.2Smatt# crunchgen source directory specials: progs built in nonstandard places 251.2SmattSPECIAL vi srcdir usr.bin/nvi/build 261.2Smatt 271.2Smatt# Minimize use of MFS 281.2SmattSYMLINK /tmp var/tmp 291.2Smatt 301.2Smatt# we need the contents of /usr/mdec 311.2SmattCOPYDIR ${DESTDIR}/usr/mdec usr/mdec 321.2Smatt# and /boot.pmax 331.2SmattCOPY ${DESTDIR}/boot.pmax boot.pmax 341.2Smatt 351.2Smatt# the zoneinfo (dont use) 361.2Smatt#COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo 371.2Smatt 381.2Smatt# a subset termcap file 391.2SmattCOPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap 401.2Smatt 411.2Smatt# copy the kernel(s) 421.2SmattCOPY ${KERNOBJDIR}/GENERIC64/netbsd netbsd 431.2Smatt#COPY ${KERNOBJDIR}/GENERIC64/netbsd.ecoff netbsd.ecoff 441.2Smatt#COPY ${KERNOBJDIR}/INSTALL64/nfsnetbsd.ecoff nfsnetbsd.ecoff 451.2Smatt 461.2Smatt# various files that we need in /etc for the install 471.2Smatt#COPY ${DESTDIR}/etc/disktab etc/disktab.shadow 481.2Smatt#SYMLINK /tmp/disktab.shadow etc/disktab 491.2Smatt#SYMLINK /tmp/fstab.shadow etc/fstab 501.2Smatt#SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 511.2Smatt#SYMLINK /tmp/hosts etc/hosts 521.2Smatt 531.2Smatt# sysinst needs disktab template 541.2SmattCOPY ${DESTDIR}/etc/disktab etc/disktab.preinstall 551.2Smatt 561.2Smatt# and the installation tools 571.2SmattCOPY ${ARCHDIR}/dot.profile .profile 581.2Smatt 591.2Smatt# and a spare .profile 601.2SmattCOPY ${DESTDIR}/.profile tmp/.hdprofile 61