1 1.23 abs # $NetBSD: list,v 1.23 2009/09/20 19:49:09 abs Exp $ 2 1.1 jonathan 3 1.10 lukem SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/pmax/stand 4 1.1 jonathan 5 1.10 lukem PROG bin/cat 6 1.10 lukem PROG bin/chmod 7 1.10 lukem PROG bin/cp 8 1.10 lukem PROG bin/dd 9 1.10 lukem PROG bin/df 10 1.10 lukem PROG bin/ed 11 1.10 lukem PROG bin/ln 12 1.10 lukem PROG bin/ls 13 1.10 lukem PROG bin/mkdir 14 1.10 lukem PROG bin/mt 15 1.10 lukem PROG bin/mv 16 1.10 lukem PROG bin/pax usr/bin/tar usr/bin/cpio 17 1.10 lukem PROG bin/pwd 18 1.10 lukem PROG bin/rm 19 1.10 lukem PROG bin/sh 20 1.10 lukem PROG bin/stty 21 1.10 lukem PROG bin/sync 22 1.10 lukem 23 1.10 lukem PROG sbin/disklabel 24 1.10 lukem PROG sbin/fsck 25 1.10 lukem PROG sbin/fsck_ffs 26 1.10 lukem PROG sbin/ifconfig 27 1.10 lukem PROG sbin/init 28 1.10 lukem PROG sbin/mknod 29 1.10 lukem PROG sbin/mount 30 1.10 lukem PROG sbin/mount_cd9660 31 1.10 lukem PROG sbin/mount_ffs 32 1.10 lukem PROG sbin/mount_kernfs 33 1.10 lukem PROG sbin/mount_msdos 34 1.10 lukem PROG sbin/mount_nfs 35 1.12 lukem PROG sbin/newfs sbin/mount_mfs 36 1.10 lukem PROG sbin/ping 37 1.10 lukem PROG sbin/reboot sbin/halt 38 1.10 lukem PROG sbin/restore sbin/rrestore 39 1.10 lukem PROG sbin/route 40 1.10 lukem PROG sbin/shutdown 41 1.10 lukem PROG sbin/slattach 42 1.10 lukem PROG sbin/umount 43 1.10 lukem 44 1.10 lukem PROG usr/bin/ftp 45 1.10 lukem PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 46 1.10 lukem PROG usr/bin/sed 47 1.10 lukem PROG usr/bin/tip 48 1.10 lukem PROG usr/bin/tset 49 1.10 lukem 50 1.15 lukem PROG usr/sbin/installboot 51 1.10 lukem 52 1.10 lukem PROG usr/sbin/chown usr/bin/chgrp 53 1.10 lukem PROG usr/sbin/chroot 54 1.10 lukem 55 1.12 lukem # init invokes the shell as -sh 56 1.12 lukem ARGVLN sh -sh 57 1.12 lukem 58 1.10 lukem SPECIAL ping srcdir distrib/utils/x_ping 59 1.10 lukem 60 1.19 dyoung LIBS -ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop 61 1.1 jonathan 62 1.1 jonathan # we need the boot blocks /usr/mdec 63 1.7 simonb COPY ${DESTDIR}/usr/mdec/bootxx_ffs usr/mdec/bootxx_ffs 64 1.21 tsutsui COPY ${DESTDIR}/usr/mdec/bootxx_ffsv2 usr/mdec/bootxx_ffsv2 65 1.7 simonb COPY ${DESTDIR}/usr/mdec/boot.pmax usr/mdec/boot.pmax 66 1.1 jonathan 67 1.1 jonathan # various files that we need in /etc for the install 68 1.13 lukem COPY ${NETBSDSRCDIR}/etc/group etc/group 69 1.13 lukem COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd 70 1.13 lukem COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig 71 1.23 abs COPY ${DISTRIBDIR}/common/protocols etc/protocols 72 1.23 abs COPY ${DISTRIBDIR}/common/services etc/services 73 1.1 jonathan 74 1.1 jonathan # and the common installation tools 75 1.17 ad COPY ${CURDIR}/../miniroot/termcap.vt100 usr/share/misc/termcap 76 1.1 jonathan 77 1.1 jonathan # the disktab explanation file 78 1.3 tron COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall 79 1.1 jonathan 80 1.8 simonb # and the shell startup files 81 1.3 tron COPY ${CURDIR}/dot.profile .profile 82