1 # $NetBSD: list,v 1.2 2008/10/30 12:39:16 tsutsui 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/dhclient 11 PROG sbin/disklabel 12 PROG sbin/fdisk 13 PROG sbin/mount_ext2fs 14 PROG sbin/fsck_ext2fs 15 PROG sbin/mount_kernfs 16 PROG sbin/mount_msdos 17 18 # extras in /usr.bin 19 PROG usr/bin/netstat 20 PROG usr/bin/rsh 21 PROG usr/bin/tset usr/bin/reset 22 PROG usr/bin/vi 23 24 # crunchgen source directory specials: progs built in nonstandard places 25 SPECIAL dhclient srcdir distrib/utils/x_dhclient 26 SPECIAL vi srcdir usr.bin/nvi/build 27 28 # Minimize use of MFS 29 SYMLINK /tmp var/tmp 30 31 # termcap file 32 COPY ${ARCHDIR}/termcap.vt100 usr/share/misc/termcap 33 34 # sysinst needs disktab template 35 COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall 36 37 # and the installation tools 38 COPY ${ARCHDIR}/dot.profile .profile 39 40 # and a spare .profile 41 COPY ${DESTDIR}/.profile tmp/.hdprofile 42 43 # various files that we need in /etc for the install 44 COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555 45