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