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