1 1.4 chopps # $Id: list,v 1.4 1995/09/30 08:12:24 chopps Exp $ 2 1.1 chopps 3 1.1 chopps # copy the crunched binary, link to it, and kill it 4 1.1 chopps COPY ${OBJDIR}/instbin instbin 5 1.1 chopps LINK instbin bin/cat 6 1.1 chopps LINK instbin bin/chmod 7 1.1 chopps LINK instbin bin/cp 8 1.1 chopps LINK instbin bin/df 9 1.3 chopps LINK instbin bin/dd 10 1.1 chopps LINK instbin bin/ed 11 1.1 chopps LINK instbin bin/expr 12 1.1 chopps LINK instbin bin/ln 13 1.1 chopps LINK instbin bin/ls 14 1.1 chopps LINK instbin bin/mkdir 15 1.1 chopps LINK instbin bin/mv 16 1.3 chopps LINK instbin bin/pwd 17 1.1 chopps LINK instbin bin/rm 18 1.1 chopps LINK instbin bin/sh 19 1.1 chopps LINK instbin bin/-sh 20 1.1 chopps LINK instbin bin/stty 21 1.1 chopps LINK instbin bin/sync 22 1.1 chopps LINK instbin bin/test 23 1.1 chopps LINK instbin bin/[ 24 1.1 chopps LINK instbin sbin/disklabel 25 1.1 chopps LINK instbin sbin/fsck 26 1.1 chopps LINK instbin sbin/ifconfig 27 1.1 chopps LINK instbin sbin/init 28 1.1 chopps LINK instbin sbin/mknod 29 1.1 chopps LINK instbin sbin/mount 30 1.1 chopps LINK instbin sbin/mount_cd9660 31 1.1 chopps LINK instbin sbin/mount_ados 32 1.2 chopps LINK instbin sbin/mount_ffs 33 1.1 chopps LINK instbin sbin/mount_nfs 34 1.1 chopps LINK instbin sbin/newfs 35 1.1 chopps LINK instbin sbin/reboot 36 1.1 chopps LINK instbin sbin/route 37 1.1 chopps LINK instbin sbin/shutdown 38 1.1 chopps LINK instbin sbin/slattach 39 1.1 chopps LINK instbin sbin/umount 40 1.1 chopps LINK instbin usr/bin/chgrp 41 1.1 chopps LINK instbin usr/bin/ftp 42 1.1 chopps LINK instbin usr/bin/gunzip 43 1.1 chopps LINK instbin usr/bin/gzcat 44 1.1 chopps LINK instbin usr/bin/gzip 45 1.1 chopps LINK instbin usr/bin/more 46 1.3 chopps LINK instbin usr/bin/printf 47 1.1 chopps LINK instbin usr/bin/sed 48 1.1 chopps LINK instbin usr/bin/strings 49 1.1 chopps LINK instbin usr/bin/tar 50 1.1 chopps LINK instbin usr/bin/tip 51 1.1 chopps LINK instbin usr/sbin/chown 52 1.1 chopps LINK instbin usr/sbin/chroot 53 1.4 chopps LINK instbin usr/sbin/pppd 54 1.1 chopps LINK instbin usr/sbin/update 55 1.1 chopps SPECIAL /bin/rm instbin 56 1.1 chopps 57 1.1 chopps # copy the MAKEDEV script and make some devices 58 1.1 chopps COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 59 1.1 chopps SPECIAL cd dev; sh MAKEDEV floppy 60 1.1 chopps SPECIAL /bin/rm dev/MAKEDEV 61 1.1 chopps 62 1.1 chopps # we need the contents of /usr/mdec (XXX) 63 1.1 chopps # COPY ${DESTDIR}/usr/mdec/* usr/mdec 64 1.1 chopps 65 1.1 chopps # various files that we need in /etc for the install 66 1.1 chopps COPY ${DESTDIR}/etc/group etc 67 1.1 chopps COPY ${DESTDIR}/etc/master.passwd etc 68 1.1 chopps COPY ${DESTDIR}/etc/passwd etc 69 1.1 chopps COPY ${DESTDIR}/etc/protocols etc 70 1.1 chopps COPY ${DESTDIR}/etc/pwd.db etc 71 1.1 chopps COPY ${DESTDIR}/etc/services etc 72 1.1 chopps COPY ${DESTDIR}/etc/spwd.db etc 73 1.1 chopps 74 1.1 chopps # and the common installation tools 75 1.1 chopps COPY ${TOPDIR}/inst-common/dot.commonutils .commonutils 76 1.1 chopps COPY ${TOPDIR}/inst-common/termcap.vt usr/share/misc/termcap 77