Home | History | Annotate | Line # | Download | only in inst-common
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
      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_nfs
     32 LINK	instbin			sbin/newfs
     33 LINK	instbin			sbin/reboot
     34 LINK	instbin			sbin/route
     35 LINK	instbin			sbin/shutdown
     36 LINK	instbin			sbin/slattach
     37 LINK	instbin			sbin/umount
     38 # LINK	instbin			usr/bin/awk
     39 LINK	instbin			usr/bin/chgrp
     40 LINK	instbin			usr/bin/ftp
     41 LINK	instbin			usr/bin/gunzip
     42 LINK	instbin			usr/bin/gzcat
     43 LINK	instbin			usr/bin/gzip
     44 LINK	instbin			usr/bin/more
     45 LINK	instbin			usr/bin/sed
     46 LINK	instbin			usr/bin/strings
     47 LINK	instbin			usr/bin/tar
     48 LINK	instbin			usr/bin/tip
     49 # LINK	instbin			usr/sbin/bad144
     50 LINK	instbin			usr/sbin/chown
     51 LINK	instbin			usr/sbin/chroot
     52 LINK	instbin			usr/sbin/update
     53 SPECIAL	/bin/rm instbin
     54 
     55 # copy the MAKEDEV script and make some devices
     56 COPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
     57 SPECIAL	cd dev; sh MAKEDEV floppy
     58 SPECIAL	/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
     64 COPY	${DESTDIR}/etc/group		etc
     65 COPY	${DESTDIR}/etc/master.passwd	etc
     66 COPY	${DESTDIR}/etc/passwd		etc
     67 COPY	${DESTDIR}/etc/protocols	etc
     68 COPY	${DESTDIR}/etc/pwd.db		etc
     69 COPY	${DESTDIR}/etc/services		etc
     70 COPY	${DESTDIR}/etc/spwd.db		etc
     71 
     72 # and the common installation tools
     73 COPY	${TOPDIR}/inst-common/dot.commonutils	.commonutils
     74 COPY	${TOPDIR}/inst-common/termcap.vt	usr/share/misc/termcap
     75