list revision 1.2
11.2Stron#	$NetBSD: list,v 1.2 1999/05/23 07:31:20 tron Exp $
21.1Sscw
31.1Sscw# copy the crunched binary, link to it, and kill it
41.1Sscw
51.1SscwCOPY	${OBJDIR}/rd_bin	rd_bin
61.1Sscw
71.1Sscw# From /usr/src/distrib/utils:
81.1SscwLINK	rd_bin			sbin/init
91.1SscwLINK	rd_bin			sbin/ifconfig
101.1SscwLINK	rd_bin			sbin/edlabel
111.1SscwLINK	rd_bin			sbin/route
121.1Sscw
131.1SscwLINK	rd_bin			bin/dd
141.1SscwLINK	rd_bin			bin/ls
151.1SscwLINK	rd_bin			bin/rsh
161.1SscwLINK	rd_bin			bin/sh
171.1SscwLINK	rd_bin			bin/ssh
181.1SscwLINK	rd_bin			bin/tftp
191.1Sscw
201.1Sscw# From /usr/src/sbin:
211.1SscwLINK	rd_bin			sbin/halt
221.1SscwLINK	rd_bin			sbin/mknod
231.1SscwLINK	rd_bin			sbin/mount
241.1SscwLINK	rd_bin			sbin/mount_cd9660
251.1SscwLINK	rd_bin			sbin/mount_ffs
261.1SscwLINK	rd_bin			sbin/mount_nfs
271.1SscwLINK	rd_bin			sbin/mount_ufs
281.1SscwLINK	rd_bin			sbin/reboot
291.1SscwLINK	rd_bin			sbin/umount
301.1Sscw
311.1Sscw# From /usr/src/bin:
321.1SscwLINK	rd_bin			bin/cat
331.1Sscw# LINK	rd_bin			bin/chmod
341.1Sscw# LINK	rd_bin			bin/cp
351.1SscwLINK	rd_bin			bin/echo
361.1SscwLINK	rd_bin			bin/ln
371.1SscwLINK	rd_bin			bin/mkdir
381.1SscwLINK	rd_bin			bin/mt
391.1SscwLINK	rd_bin			bin/mv
401.1SscwLINK	rd_bin			bin/pwd
411.1Sscw# LINK	rd_bin			bin/rm
421.1SscwLINK	rd_bin			bin/sync
431.1SscwLINK	rd_bin			bin/zcat
441.1Sscw
451.1Sscw# From /usr/src/sys/arch/mvme68k/stand
461.1SscwLINK	rd_bin			sbin/installboot
471.1Sscw
481.1Sscw# Primary disk bootstrap
491.1SscwCOPY	${DESTDIR}/usr/mdec/bootxx	bootxx
501.1Sscw
511.1SscwSPECIAL  rm rd_bin
521.1Sscw
531.1Sscw# copy the MAKEDEV script and make some devices
541.1SscwCOPY	${DESTDIR}/dev/MAKEDEV	dev/MAKEDEV
551.1SscwSPECIAL	cd dev; sh MAKEDEV std md0 sd0 sd1 sd2 st0
561.1SscwSPECIAL	/bin/rm dev/MAKEDEV
571.1SscwSPECIAL	mkfifo dev/pipe
581.1SscwSPECIAL ln -s . usr
591.1Sscw
601.1Sscw# various files that we need in /etc for the install
611.1Sscw
621.2StronCOPY	${CURDIR}/rd.disktab	etc/disktab
631.2StronCOPY	${CURDIR}/rd.fstab	etc/fstab
641.2StronCOPY	${CURDIR}/rd.protocols	etc/protocols
651.2StronCOPY	${CURDIR}/rd.services	etc/services
661.2StronCOPY	${CURDIR}/rd.passwd	etc/passwd
671.1Sscw
681.1Sscw# and the RC file
691.2StronCOPY	${CURDIR}/rd.sshrc	.sshrc
701.2StronCOPY	${CURDIR}/rd.welcome	.welcome
711.1Sscw
72