1 1.15 scottr # $NetBSD: list,v 1.15 2002/07/10 15:50:09 scottr Exp $ 2 1.1 ender 3 1.8 shiba SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin gnu/usr.bin/binutils 4 1.8 shiba 5 1.8 shiba PROG bin/cat 6 1.8 shiba PROG bin/chmod 7 1.8 shiba PROG bin/cp 8 1.15 scottr PROG bin/date 9 1.8 shiba PROG bin/dd 10 1.8 shiba PROG bin/df 11 1.8 shiba PROG bin/ed 12 1.8 shiba PROG bin/ln 13 1.8 shiba PROG bin/ls 14 1.8 shiba PROG bin/mkdir 15 1.8 shiba PROG bin/mt 16 1.8 shiba PROG bin/mv 17 1.8 shiba PROG bin/pax usr/bin/tar 18 1.8 shiba PROG bin/pwd 19 1.8 shiba PROG bin/rm 20 1.8 shiba PROG bin/sh 21 1.8 shiba PROG bin/stty 22 1.8 shiba PROG bin/sync 23 1.12 lukem 24 1.14 scottr PROG sbin/dhclient 25 1.8 shiba PROG sbin/disklabel 26 1.8 shiba PROG sbin/fsck 27 1.8 shiba PROG sbin/fsck_ffs 28 1.8 shiba PROG sbin/ifconfig 29 1.8 shiba PROG sbin/init 30 1.8 shiba PROG sbin/mknod 31 1.8 shiba PROG sbin/mount 32 1.8 shiba PROG sbin/mount_cd9660 33 1.8 shiba PROG sbin/mount_ffs 34 1.8 shiba PROG sbin/mount_kernfs 35 1.8 shiba PROG sbin/mount_msdos 36 1.8 shiba PROG sbin/mount_nfs 37 1.8 shiba PROG sbin/newfs sbin/mount_mfs 38 1.8 shiba PROG sbin/ping 39 1.8 shiba PROG sbin/reboot sbin/halt 40 1.8 shiba PROG sbin/restore sbin/rrestore 41 1.8 shiba PROG sbin/route 42 1.8 shiba PROG sbin/shutdown 43 1.8 shiba PROG sbin/slattach 44 1.8 shiba PROG sbin/swapctl sbin/swapon 45 1.8 shiba PROG sbin/umount 46 1.12 lukem 47 1.12 lukem PROG usr/bin/ftp 48 1.8 shiba PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 49 1.8 shiba PROG usr/bin/sed 50 1.8 shiba PROG usr/bin/tset 51 1.12 lukem PROG usr/bin/more usr/bin/less 52 1.8 shiba #PROG usr/bin/strings 53 1.8 shiba PROG usr/bin/tip 54 1.8 shiba 55 1.8 shiba PROG usr/sbin/chown usr/bin/chgrp 56 1.8 shiba PROG usr/sbin/chroot 57 1.8 shiba 58 1.12 lukem # init invokes the shell as -sh 59 1.12 lukem ARGVLN sh -sh 60 1.12 lukem 61 1.14 scottr SPECIAL dhclient srcdir distrib/utils/x_dhclient 62 1.8 shiba SPECIAL ed srcdir distrib/utils/x_ed 63 1.14 scottr SPECIAL ftp srcdir distrib/utils/x_ftp 64 1.8 shiba SPECIAL gzip srcdir distrib/utils/x_gzip 65 1.14 scottr SPECIAL ifconfig srcdir distrib/utils/x_ifconfig 66 1.14 scottr SPECIAL more srcdir distrib/utils/more 67 1.8 shiba SPECIAL mount srcdir distrib/utils/x_mount 68 1.8 shiba SPECIAL ping srcdir distrib/utils/x_ping 69 1.8 shiba SPECIAL route srcdir distrib/utils/x_route 70 1.14 scottr SPECIAL umount srcdir distrib/utils/x_umount 71 1.8 shiba 72 1.8 shiba LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz 73 1.1 ender 74 1.1 ender # various files that we need in /etc for the install 75 1.13 lukem COPY ${NETBSDSRCDIR}/etc/group etc/group 76 1.13 lukem COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 77 1.13 lukem COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols 78 1.13 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 79 1.13 lukem COPY ${NETBSDSRCDIR}/etc/services etc/services 80 1.14 scottr 81 1.14 scottr COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555 82 1.1 ender 83 1.1 ender # and the common installation tools 84 1.11 tv COPY ${DISTRIBDIR}/mac68k/miniroot/termcap usr/share/misc/termcap 85 1.1 ender 86 1.1 ender # the disktab explanation file 87 1.2 tron COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 88 1.1 ender 89 1.1 ender # and the installation tools 90 1.2 tron COPY ${CURDIR}/dot.profile .profile 91 1.2 tron COPY ${CURDIR}/dot.hdprofile tmp/.hdprofile 92 1.1 ender 93 1.1 ender # and a copy of the INSTALL notes 94 1.7 shiba COPY ${NOTESOBJDIR}/INSTALL.more INSTALL.more 95