list revision 1.1
11.1Schopps#	$Id: list,v 1.1 1994/10/06 20:25:52 chopps Exp $
21.1Schopps
31.1Schopps# copy the crunched binary, link to it, and kill it
41.1SchoppsCOPY	${OBJDIR}/instbin	instbin
51.1SchoppsLINK	instbin			bin/cat
61.1SchoppsLINK	instbin			bin/chmod
71.1SchoppsLINK	instbin			bin/cp
81.1SchoppsLINK	instbin			bin/df
91.1SchoppsLINK	instbin			bin/ed
101.1SchoppsLINK	instbin			bin/expr
111.1SchoppsLINK	instbin			bin/ln
121.1SchoppsLINK	instbin			bin/ls
131.1SchoppsLINK	instbin			bin/mkdir
141.1SchoppsLINK	instbin			bin/mv
151.1SchoppsLINK	instbin			bin/rm
161.1SchoppsLINK	instbin			bin/sh
171.1SchoppsLINK	instbin			bin/-sh
181.1SchoppsLINK	instbin			bin/stty
191.1SchoppsLINK	instbin			bin/sync
201.1SchoppsLINK	instbin			bin/test
211.1SchoppsLINK	instbin			bin/[
221.1SchoppsLINK	instbin			sbin/disklabel
231.1SchoppsLINK	instbin			sbin/fsck
241.1SchoppsLINK	instbin			sbin/halt
251.1SchoppsLINK	instbin			sbin/ifconfig
261.1SchoppsLINK	instbin			sbin/init
271.1SchoppsLINK	instbin			sbin/mknod
281.1SchoppsLINK	instbin			sbin/mount
291.1SchoppsLINK	instbin			sbin/mount_cd9660
301.1SchoppsLINK	instbin			sbin/mount_ados
311.1SchoppsLINK	instbin			sbin/mount_nfs
321.1SchoppsLINK	instbin			sbin/newfs
331.1SchoppsLINK	instbin			sbin/reboot
341.1SchoppsLINK	instbin			sbin/route
351.1SchoppsLINK	instbin			sbin/shutdown
361.1SchoppsLINK	instbin			sbin/slattach
371.1SchoppsLINK	instbin			sbin/umount
381.1Schopps# LINK	instbin			usr/bin/awk
391.1SchoppsLINK	instbin			usr/bin/chgrp
401.1SchoppsLINK	instbin			usr/bin/ftp
411.1SchoppsLINK	instbin			usr/bin/gunzip
421.1SchoppsLINK	instbin			usr/bin/gzcat
431.1SchoppsLINK	instbin			usr/bin/gzip
441.1SchoppsLINK	instbin			usr/bin/more
451.1SchoppsLINK	instbin			usr/bin/sed
461.1SchoppsLINK	instbin			usr/bin/strings
471.1SchoppsLINK	instbin			usr/bin/tar
481.1SchoppsLINK	instbin			usr/bin/tip
491.1Schopps# LINK	instbin			usr/sbin/bad144
501.1SchoppsLINK	instbin			usr/sbin/chown
511.1SchoppsLINK	instbin			usr/sbin/chroot
521.1SchoppsLINK	instbin			usr/sbin/update
531.1SchoppsSPECIAL	/bin/rm instbin
541.1Schopps
551.1Schopps# copy the MAKEDEV script and make some devices
561.1SchoppsCOPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
571.1SchoppsSPECIAL	cd dev; sh MAKEDEV floppy
581.1SchoppsSPECIAL	/bin/rm dev/MAKEDEV
591.1Schopps
601.1Schopps# we need the contents of /usr/mdec (XXX)
611.1Schopps# COPY	${DESTDIR}/usr/mdec/*	usr/mdec
621.1Schopps
631.1Schopps# various files that we need in /etc for the install
641.1SchoppsCOPY	${DESTDIR}/etc/group		etc
651.1SchoppsCOPY	${DESTDIR}/etc/master.passwd	etc
661.1SchoppsCOPY	${DESTDIR}/etc/passwd		etc
671.1SchoppsCOPY	${DESTDIR}/etc/protocols	etc
681.1SchoppsCOPY	${DESTDIR}/etc/pwd.db		etc
691.1SchoppsCOPY	${DESTDIR}/etc/services		etc
701.1SchoppsCOPY	${DESTDIR}/etc/spwd.db		etc
711.1Schopps
721.1Schopps# and the common installation tools
731.1SchoppsCOPY	${TOPDIR}/inst-common/dot.commonutils	.commonutils
741.1SchoppsCOPY	${TOPDIR}/inst-common/termcap.vt	usr/share/misc/termcap
75