Home | History | Annotate | Line # | Download | only in inst-common
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
      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/dd
     10 LINK	instbin			bin/ed
     11 LINK	instbin			bin/expr
     12 LINK	instbin			bin/ln
     13 LINK	instbin			bin/ls
     14 LINK	instbin			bin/mkdir
     15 LINK	instbin			bin/mv
     16 LINK	instbin			bin/pwd
     17 LINK	instbin			bin/rm
     18 LINK	instbin			bin/sh
     19 LINK	instbin			bin/-sh
     20 LINK	instbin			bin/stty
     21 LINK	instbin			bin/sync
     22 LINK	instbin			bin/test
     23 LINK	instbin			bin/[
     24 LINK	instbin			sbin/disklabel
     25 LINK	instbin			sbin/fsck
     26 LINK	instbin			sbin/ifconfig
     27 LINK	instbin			sbin/init
     28 LINK	instbin			sbin/mknod
     29 LINK	instbin			sbin/mount
     30 LINK	instbin			sbin/mount_cd9660
     31 LINK	instbin			sbin/mount_ados
     32 LINK	instbin			sbin/mount_ffs
     33 LINK	instbin			sbin/mount_nfs
     34 LINK	instbin			sbin/newfs
     35 LINK	instbin			sbin/reboot
     36 LINK	instbin			sbin/route
     37 LINK	instbin			sbin/shutdown
     38 LINK	instbin			sbin/slattach
     39 LINK	instbin			sbin/umount
     40 LINK	instbin			usr/bin/chgrp
     41 LINK	instbin			usr/bin/ftp
     42 LINK	instbin			usr/bin/gunzip
     43 LINK	instbin			usr/bin/gzcat
     44 LINK	instbin			usr/bin/gzip
     45 LINK	instbin			usr/bin/more
     46 LINK	instbin			usr/bin/printf
     47 LINK	instbin			usr/bin/sed
     48 LINK	instbin			usr/bin/strings
     49 LINK	instbin			usr/bin/tar
     50 LINK	instbin			usr/bin/tip
     51 LINK	instbin			usr/sbin/chown
     52 LINK	instbin			usr/sbin/chroot
     53 LINK	instbin			usr/sbin/pppd
     54 LINK	instbin			usr/sbin/update
     55 SPECIAL	/bin/rm instbin
     56 
     57 # copy the MAKEDEV script and make some devices
     58 COPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
     59 SPECIAL	cd dev; sh MAKEDEV floppy
     60 SPECIAL	/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
     66 COPY	${DESTDIR}/etc/group		etc
     67 COPY	${DESTDIR}/etc/master.passwd	etc
     68 COPY	${DESTDIR}/etc/passwd		etc
     69 COPY	${DESTDIR}/etc/protocols	etc
     70 COPY	${DESTDIR}/etc/pwd.db		etc
     71 COPY	${DESTDIR}/etc/services		etc
     72 COPY	${DESTDIR}/etc/spwd.db		etc
     73 
     74 # and the common installation tools
     75 COPY	${TOPDIR}/inst-common/dot.commonutils	.commonutils
     76 COPY	${TOPDIR}/inst-common/termcap.vt	usr/share/misc/termcap
     77