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