list revision 1.8
11.8Sis#	$NetBSD: list,v 1.8 1997/05/14 22:19:50 is 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.3SchoppsLINK	instbin			bin/dd
101.1SchoppsLINK	instbin			bin/ed
111.1SchoppsLINK	instbin			bin/expr
121.1SchoppsLINK	instbin			bin/ln
131.1SchoppsLINK	instbin			bin/ls
141.1SchoppsLINK	instbin			bin/mkdir
151.1SchoppsLINK	instbin			bin/mv
161.3SchoppsLINK	instbin			bin/pwd
171.1SchoppsLINK	instbin			bin/rm
181.1SchoppsLINK	instbin			bin/sh
191.1SchoppsLINK	instbin			bin/-sh
201.1SchoppsLINK	instbin			bin/stty
211.1SchoppsLINK	instbin			bin/sync
221.1SchoppsLINK	instbin			bin/test
231.1SchoppsLINK	instbin			bin/[
241.1SchoppsLINK	instbin			sbin/disklabel
251.1SchoppsLINK	instbin			sbin/fsck
261.6SveegoLINK	instbin			sbin/fsck_ffs
271.1SchoppsLINK	instbin			sbin/ifconfig
281.5SjtcLINK	instbin			sbin/halt
291.1SchoppsLINK	instbin			sbin/init
301.1SchoppsLINK	instbin			sbin/mknod
311.1SchoppsLINK	instbin			sbin/mount
321.1SchoppsLINK	instbin			sbin/mount_cd9660
331.1SchoppsLINK	instbin			sbin/mount_ados
341.2SchoppsLINK	instbin			sbin/mount_ffs
351.1SchoppsLINK	instbin			sbin/mount_nfs
361.1SchoppsLINK	instbin			sbin/newfs
371.1SchoppsLINK	instbin			sbin/reboot
381.1SchoppsLINK	instbin			sbin/route
391.1SchoppsLINK	instbin			sbin/shutdown
401.1SchoppsLINK	instbin			sbin/slattach
411.1SchoppsLINK	instbin			sbin/umount
421.8SisLINK	instbin			usr/bin/awk
431.1SchoppsLINK	instbin			usr/bin/chgrp
441.1SchoppsLINK	instbin			usr/bin/ftp
451.1SchoppsLINK	instbin			usr/bin/gunzip
461.1SchoppsLINK	instbin			usr/bin/gzcat
471.1SchoppsLINK	instbin			usr/bin/gzip
481.1SchoppsLINK	instbin			usr/bin/more
491.3SchoppsLINK	instbin			usr/bin/printf
501.1SchoppsLINK	instbin			usr/bin/sed
511.1SchoppsLINK	instbin			usr/bin/strings
521.1SchoppsLINK	instbin			usr/bin/tar
531.1SchoppsLINK	instbin			usr/bin/tip
541.1SchoppsLINK	instbin			usr/sbin/chown
551.1SchoppsLINK	instbin			usr/sbin/chroot
561.4SchoppsLINK	instbin			usr/sbin/pppd
571.1SchoppsLINK	instbin			usr/sbin/update
581.1SchoppsSPECIAL	/bin/rm instbin
591.1Schopps
601.1Schopps# copy the MAKEDEV script and make some devices
611.1SchoppsCOPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
621.1SchoppsSPECIAL	cd dev; sh MAKEDEV floppy
631.1SchoppsSPECIAL	/bin/rm dev/MAKEDEV
641.1Schopps
651.1Schopps# we need the contents of /usr/mdec (XXX)
661.8SisCOPY	${DESTDIR}/usr/mdec/*	usr/mdec
671.8SisCOPY	${DESTDIR}/usr/sbin/installboot	usr/sbin/
681.1Schopps
691.1Schopps# various files that we need in /etc for the install
701.1SchoppsCOPY	${DESTDIR}/etc/group		etc
711.1SchoppsCOPY	${DESTDIR}/etc/master.passwd	etc
721.1SchoppsCOPY	${DESTDIR}/etc/passwd		etc
731.1SchoppsCOPY	${DESTDIR}/etc/protocols	etc
741.1SchoppsCOPY	${DESTDIR}/etc/pwd.db		etc
751.1SchoppsCOPY	${DESTDIR}/etc/services		etc
761.1SchoppsCOPY	${DESTDIR}/etc/spwd.db		etc
771.1Schopps
781.1Schopps# and the common installation tools
791.1SchoppsCOPY	${TOPDIR}/inst-common/dot.commonutils	.commonutils
801.1SchoppsCOPY	${TOPDIR}/inst-common/termcap.vt	usr/share/misc/termcap
81