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