1 1.28 tsutsui # $NetBSD: list,v 1.28 2011/01/14 10:26:35 tsutsui 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.28 tsutsui PROG sbin/chown bin/chgrp 24 1.10 lukem PROG sbin/disklabel 25 1.10 lukem PROG sbin/fsck 26 1.10 lukem PROG sbin/fsck_ffs 27 1.10 lukem PROG sbin/ifconfig 28 1.10 lukem PROG sbin/init 29 1.10 lukem PROG sbin/mknod 30 1.10 lukem PROG sbin/mount 31 1.10 lukem PROG sbin/mount_cd9660 32 1.10 lukem PROG sbin/mount_ffs 33 1.10 lukem PROG sbin/mount_kernfs 34 1.10 lukem PROG sbin/mount_msdos 35 1.10 lukem PROG sbin/mount_nfs 36 1.12 lukem PROG sbin/newfs sbin/mount_mfs 37 1.10 lukem PROG sbin/ping 38 1.10 lukem PROG sbin/reboot sbin/halt 39 1.10 lukem PROG sbin/restore sbin/rrestore 40 1.10 lukem PROG sbin/route 41 1.10 lukem PROG sbin/shutdown 42 1.10 lukem PROG sbin/slattach 43 1.10 lukem PROG sbin/umount 44 1.10 lukem 45 1.10 lukem PROG usr/bin/ftp 46 1.10 lukem PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip 47 1.10 lukem PROG usr/bin/sed 48 1.10 lukem PROG usr/bin/tip 49 1.10 lukem PROG usr/bin/tset 50 1.10 lukem 51 1.15 lukem PROG usr/sbin/installboot 52 1.10 lukem 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.26 roy LIBS -ledit -lbz2 -lutil -lcurses -lterminfo -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.25 abs COPY ${DISTRIBDIR}/common/protocols etc/protocols 72 1.23 abs COPY ${DISTRIBDIR}/common/services etc/services 73 1.1 jonathan 74 1.8 simonb # and the shell startup files 75 1.3 tron COPY ${CURDIR}/dot.profile .profile 76