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