list revision 1.5
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 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/halt 28LINK instbin sbin/init 29LINK instbin sbin/mknod 30LINK instbin sbin/mount 31LINK instbin sbin/mount_cd9660 32LINK instbin sbin/mount_ados 33LINK instbin sbin/mount_ffs 34LINK instbin sbin/mount_nfs 35LINK instbin sbin/newfs 36LINK instbin sbin/reboot 37LINK instbin sbin/route 38LINK instbin sbin/shutdown 39LINK instbin sbin/slattach 40LINK instbin sbin/umount 41LINK instbin usr/bin/chgrp 42LINK instbin usr/bin/ftp 43LINK instbin usr/bin/gunzip 44LINK instbin usr/bin/gzcat 45LINK instbin usr/bin/gzip 46LINK instbin usr/bin/more 47LINK instbin usr/bin/printf 48LINK instbin usr/bin/sed 49LINK instbin usr/bin/strings 50LINK instbin usr/bin/tar 51LINK instbin usr/bin/tip 52LINK instbin usr/sbin/chown 53LINK instbin usr/sbin/chroot 54LINK instbin usr/sbin/pppd 55LINK instbin usr/sbin/update 56SPECIAL /bin/rm instbin 57 58# copy the MAKEDEV script and make some devices 59COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV 60SPECIAL cd dev; sh MAKEDEV floppy 61SPECIAL /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 67COPY ${DESTDIR}/etc/group etc 68COPY ${DESTDIR}/etc/master.passwd etc 69COPY ${DESTDIR}/etc/passwd etc 70COPY ${DESTDIR}/etc/protocols etc 71COPY ${DESTDIR}/etc/pwd.db etc 72COPY ${DESTDIR}/etc/services etc 73COPY ${DESTDIR}/etc/spwd.db etc 74 75# and the common installation tools 76COPY ${TOPDIR}/inst-common/dot.commonutils .commonutils 77COPY ${TOPDIR}/inst-common/termcap.vt usr/share/misc/termcap 78