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