11.20Stsutsui#	$NetBSD: list,v 1.20 2011/01/14 10:26:29 tsutsui 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.20StsutsuiLINK	instbin			bin/chgrp
71.1SchoppsLINK	instbin			bin/chmod
81.1SchoppsLINK	instbin			bin/cp
91.1SchoppsLINK	instbin			bin/df
101.3SchoppsLINK	instbin			bin/dd
111.1SchoppsLINK	instbin			bin/ed
121.1SchoppsLINK	instbin			bin/expr
131.1SchoppsLINK	instbin			bin/ln
141.1SchoppsLINK	instbin			bin/ls
151.1SchoppsLINK	instbin			bin/mkdir
161.1SchoppsLINK	instbin			bin/mv
171.3SchoppsLINK	instbin			bin/pwd
181.1SchoppsLINK	instbin			bin/rm
191.1SchoppsLINK	instbin			bin/sh
201.1SchoppsLINK	instbin			bin/-sh
211.1SchoppsLINK	instbin			bin/stty
221.1SchoppsLINK	instbin			bin/sync
231.1SchoppsLINK	instbin			bin/test
241.1SchoppsLINK	instbin			bin/[
251.20StsutsuiLINK	instbin			sbin/chown
261.1SchoppsLINK	instbin			sbin/disklabel
271.1SchoppsLINK	instbin			sbin/fsck
281.6SveegoLINK	instbin			sbin/fsck_ffs
291.1SchoppsLINK	instbin			sbin/ifconfig
301.5SjtcLINK	instbin			sbin/halt
311.1SchoppsLINK	instbin			sbin/init
321.1SchoppsLINK	instbin			sbin/mknod
331.1SchoppsLINK	instbin			sbin/mount
341.1SchoppsLINK	instbin			sbin/mount_cd9660
351.1SchoppsLINK	instbin			sbin/mount_ados
361.2SchoppsLINK	instbin			sbin/mount_ffs
371.1SchoppsLINK	instbin			sbin/mount_nfs
381.1SchoppsLINK	instbin			sbin/newfs
391.1SchoppsLINK	instbin			sbin/reboot
401.1SchoppsLINK	instbin			sbin/route
411.1SchoppsLINK	instbin			sbin/shutdown
421.1SchoppsLINK	instbin			sbin/slattach
431.1SchoppsLINK	instbin			sbin/umount
441.8SisLINK	instbin			usr/bin/awk
451.1SchoppsLINK	instbin			usr/bin/ftp
461.1SchoppsLINK	instbin			usr/bin/gunzip
471.1SchoppsLINK	instbin			usr/bin/gzcat
481.1SchoppsLINK	instbin			usr/bin/gzip
491.1SchoppsLINK	instbin			usr/bin/more
501.3SchoppsLINK	instbin			usr/bin/printf
511.1SchoppsLINK	instbin			usr/bin/sed
521.1SchoppsLINK	instbin			usr/bin/strings
531.1SchoppsLINK	instbin			usr/bin/tar
541.1SchoppsLINK	instbin			usr/bin/tip
551.1SchoppsLINK	instbin			usr/sbin/chroot
561.4SchoppsLINK	instbin			usr/sbin/pppd
571.1SchoppsSPECIAL	/bin/rm instbin
581.1Schopps
591.1Schopps# copy the MAKEDEV script and make some devices
601.1SchoppsCOPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
611.1SchoppsSPECIAL	cd dev; sh MAKEDEV floppy
621.13SapbSPECIAL	/bin/rm dev/MAKEDEV
631.1Schopps
641.1Schopps# we need the contents of /usr/mdec (XXX)
651.8SisCOPY	${DESTDIR}/usr/mdec/*	usr/mdec
661.1Schopps
671.1Schopps# various files that we need in /etc for the install
681.14SabsCOPY	${DESTDIR}/etc/group				etc
691.14SabsCOPY	${DESTDIR}/etc/master.passwd			etc
701.15StsutsuiCOPY	${DESTDIR}/etc/netconfig			etc
711.14SabsCOPY	${DESTDIR}/etc/passwd				etc
721.16SabsCOPY	${DISTRIBDIR}/common/protocols	etc
731.14SabsCOPY	${DESTDIR}/etc/pwd.db				etc
741.16SabsCOPY	${DISTRIBDIR}/common/services		etc
751.14SabsCOPY	${DESTDIR}/etc/spwd.db				etc
761.1Schopps
771.1Schopps# and the common installation tools
781.1SchoppsCOPY	${TOPDIR}/inst-common/dot.commonutils	.commonutils
79