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