1 1.2 tsutsui # $NetBSD: list,v 1.2 2008/10/30 12:39:16 tsutsui Exp $ 2 1.1 itojun 3 1.1 itojun # extras in bin 4 1.1 itojun #PROG bin/csh 5 1.1 itojun PROG bin/date 6 1.1 itojun PROG bin/rcp 7 1.1 itojun PROG bin/rcmd 8 1.1 itojun 9 1.1 itojun # extras in sbin 10 1.1 itojun PROG sbin/disklabel 11 1.1 itojun PROG sbin/fdisk 12 1.1 itojun PROG sbin/mount_ext2fs 13 1.1 itojun PROG sbin/fsck_ext2fs 14 1.1 itojun PROG sbin/mount_kernfs 15 1.1 itojun PROG sbin/mount_msdos 16 1.1 itojun 17 1.1 itojun # extras in /usr.bin 18 1.1 itojun #PROG usr/bin/netstat 19 1.1 itojun PROG usr/bin/rsh 20 1.1 itojun #PROG usr/bin/tset usr/bin/reset 21 1.1 itojun #PROG usr/bin/vi 22 1.1 itojun 23 1.1 itojun # crunchgen source directory specials: progs built in nonstandard places 24 1.2 tsutsui #SPECIAL vi srcdir usr.bin/nvi/build 25 1.1 itojun 26 1.1 itojun # Minimize use of MFS 27 1.1 itojun SYMLINK /tmp var/tmp 28 1.1 itojun 29 1.1 itojun # termcap file 30 1.1 itojun COPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap 31 1.1 itojun 32 1.1 itojun # various files that we need in /etc for the install 33 1.1 itojun COPY ${DESTDIR}/etc/spwd.db etc/spwd.db 34 1.1 itojun LINK etc/spwd.db etc/pwd.db 35 1.1 itojun 36 1.1 itojun # sysinst needs disktab template 37 1.1 itojun COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall 38 1.1 itojun 39 1.1 itojun # and the installation tools 40 1.1 itojun COPY ${ARCHDIR}/dot.profile .profile 41 1.1 itojun 42 1.1 itojun # and a spare .profile 43 1.1 itojun COPY ${DESTDIR}/.profile tmp/.hdprofile 44