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