1 1.29 tsutsui # $NetBSD: list,v 1.29 2009/04/04 23:24:07 tsutsui Exp $ 2 1.1 thorpej 3 1.28 tsutsui SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin 4 1.13 lukem 5 1.13 lukem PROG bin/cat usr/bin/strings 6 1.13 lukem PROG bin/chmod 7 1.13 lukem PROG bin/cp 8 1.13 lukem PROG bin/dd 9 1.13 lukem PROG bin/df 10 1.13 lukem PROG bin/ed 11 1.13 lukem PROG bin/ln 12 1.13 lukem PROG bin/ls 13 1.13 lukem PROG bin/mkdir 14 1.13 lukem PROG bin/mt 15 1.13 lukem PROG bin/mv 16 1.13 lukem PROG bin/pax usr/bin/tar 17 1.13 lukem PROG bin/pwd 18 1.13 lukem PROG bin/rm 19 1.13 lukem PROG bin/sh 20 1.13 lukem PROG bin/stty 21 1.13 lukem PROG bin/sync 22 1.13 lukem 23 1.13 lukem PROG sbin/disklabel 24 1.27 tsutsui PROG sbin/dmesg 25 1.13 lukem PROG sbin/fsck 26 1.13 lukem PROG sbin/fsck_ffs 27 1.13 lukem PROG sbin/ifconfig 28 1.13 lukem PROG sbin/init 29 1.13 lukem PROG sbin/mknod 30 1.13 lukem PROG sbin/mount 31 1.13 lukem PROG sbin/mount_cd9660 32 1.13 lukem PROG sbin/mount_ffs 33 1.13 lukem PROG sbin/mount_msdos 34 1.13 lukem PROG sbin/mount_nfs 35 1.17 lukem PROG sbin/newfs sbin/mount_mfs 36 1.13 lukem PROG sbin/ping 37 1.13 lukem PROG sbin/reboot sbin/halt 38 1.13 lukem PROG sbin/restore sbin/rrestore 39 1.13 lukem PROG sbin/route 40 1.13 lukem PROG sbin/shutdown 41 1.13 lukem PROG sbin/slattach 42 1.13 lukem PROG sbin/swapctl 43 1.13 lukem PROG sbin/umount 44 1.13 lukem 45 1.13 lukem PROG usr/bin/ftp 46 1.13 lukem PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat 47 1.13 lukem PROG usr/bin/less usr/bin/more 48 1.13 lukem PROG usr/bin/sed 49 1.13 lukem PROG usr/bin/tip 50 1.13 lukem PROG usr/bin/tset 51 1.13 lukem 52 1.13 lukem PROG usr/sbin/bad144 53 1.13 lukem PROG usr/sbin/chown usr/bin/chgrp 54 1.13 lukem PROG usr/sbin/chroot 55 1.20 lukem PROG usr/sbin/installboot 56 1.13 lukem 57 1.13 lukem # init invokes the shell as -sh 58 1.13 lukem ARGVLN sh -sh 59 1.13 lukem 60 1.13 lukem SPECIAL ping srcdir distrib/utils/x_ping 61 1.13 lukem 62 1.25 dyoung LIBS -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop 63 1.1 thorpej 64 1.1 thorpej # we need the boot blocks /usr/mdec 65 1.1 thorpej COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot 66 1.7 cgd COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs 67 1.29 tsutsui COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2 68 1.1 thorpej 69 1.1 thorpej # various files that we need in /etc for the install 70 1.18 lukem COPY ${NETBSDSRCDIR}/etc/group etc/group 71 1.18 lukem COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 72 1.26 abs COPY ${NETBSDSRCDIR}/distrib/common/protocols etc/protocols 73 1.18 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 74 1.24 dogcow COPY ${NETBSDSRCDIR}/distrib/common/services etc/services 75 1.13 lukem 76 1.22 lukem CMD ${TOOL_PWD_MKDB} -L -d . etc/master.passwd 77 1.13 lukem MTREE ./etc/pwd.db type=file uname=root gname=wheel mode=0644 78 1.13 lukem MTREE ./etc/spwd.db type=file uname=root gname=wheel mode=0600 79 1.1 thorpej 80 1.1 thorpej # and the common installation tools 81 1.1 thorpej COPY ${DESTDIR}/usr/share/misc/termcap usr/share/misc/termcap 82 1.16 lukem COPY ${DISTRIBDIR}/utils/script-installer/dot.commonutils .commonutils 83 1.16 lukem COPY ${DISTRIBDIR}/utils/script-installer/dot.instutils .instutils 84 1.1 thorpej 85 1.1 thorpej # the disktab explanation file 86 1.9 tron COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 87 1.1 thorpej 88 1.1 thorpej # and the installation tools 89 1.9 tron COPY ${CURDIR}/dot.profile .profile 90 1.9 tron COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 91 1.3 ross 92 1.3 ross # old-style installation tools 93 1.21 lukem COPY ${CURDIR}/install.sh install 555 94 1.21 lukem COPY ${CURDIR}/upgrade.sh upgrade 555 95 1.3 ross 96 1.13 lukem # and the install notes 97 1.13 lukem COPY ${INSTALLNOTES} INSTALL.more 98