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