list revision 1.2
1#	$NetBSD: list,v 1.2 1998/10/01 16:49:10 minoura Exp $
2
3# copy the crunched binary, link to it, and kill it
4COPY	${OBJDIR}/ramdiskbin		ramdiskbin
5LINK	ramdiskbin			bin/cat
6LINK	ramdiskbin			bin/chmod
7LINK	ramdiskbin			bin/cp
8LINK	ramdiskbin			bin/dd
9LINK	ramdiskbin			bin/df
10LINK	ramdiskbin			bin/ed
11LINK	ramdiskbin			bin/ln
12LINK	ramdiskbin			bin/ls
13LINK	ramdiskbin			bin/mkdir
14LINK	ramdiskbin			bin/mt
15LINK	ramdiskbin			bin/mv
16LINK	ramdiskbin			bin/pwd
17LINK	ramdiskbin			bin/rm
18LINK	ramdiskbin			bin/sh
19LINK	ramdiskbin			bin/stty
20LINK	ramdiskbin			bin/sync
21LINK	ramdiskbin			bin/test
22LINK	ramdiskbin			bin/[
23LINK	ramdiskbin			sbin/disklabel
24LINK	ramdiskbin			sbin/fdisk
25LINK	ramdiskbin			sbin/fsck
26LINK	ramdiskbin			sbin/fsck_ffs
27LINK	ramdiskbin			sbin/halt
28LINK	ramdiskbin			sbin/ifconfig
29LINK	ramdiskbin			sbin/init
30LINK	ramdiskbin			sbin/mknod
31LINK	ramdiskbin			sbin/mount
32LINK	ramdiskbin			sbin/mount_cd9660
33LINK	ramdiskbin			sbin/mount_ffs
34LINK	ramdiskbin			sbin/mount_msdos
35LINK	ramdiskbin			sbin/mount_nfs
36LINK	ramdiskbin			sbin/mount_kernfs
37LINK	ramdiskbin			sbin/newfs
38LINK	ramdiskbin			sbin/ping
39LINK	ramdiskbin			sbin/reboot
40LINK	ramdiskbin			sbin/restore
41LINK	ramdiskbin			sbin/route
42LINK	ramdiskbin			sbin/rrestore
43LINK	ramdiskbin			sbin/shutdown
44LINK	ramdiskbin			sbin/slattach
45LINK	ramdiskbin			sbin/umount
46SYMLINK	/bin/cat		usr/bin/chgrp
47SYMLINK	/bin/cat		usr/bin/ftp
48SYMLINK	/bin/cat		usr/bin/gunzip
49SYMLINK	/bin/cat		usr/bin/gzcat
50SYMLINK	/bin/cat		usr/bin/gzip
51SYMLINK	/bin/cat		usr/bin/more
52SYMLINK	/bin/cat		usr/bin/sed
53SYMLINK	/bin/cat		usr/bin/strings
54SYMLINK	/bin/cat		usr/bin/tar
55SYMLINK	/bin/cat		usr/bin/tip
56SYMLINK	/bin/cat		usr/mdec/installboot
57SYMLINK	/bin/cat		usr/sbin/chown
58SYMLINK	/bin/cat		usr/sbin/chroot
59SYMLINK	/bin/cat		usr/sbin/update
60SPECIAL	/bin/rm ramdiskbin
61
62# copy the MAKEDEV script and make some devices
63COPY	${CURDIR}/../../../../etc/etc.x68k/MAKEDEV	dev/MAKEDEV
64SPECIAL	cd dev; sh MAKEDEV ramdisk
65SPECIAL	/bin/rm dev/MAKEDEV
66
67# we need the boot blocks /usr/mdec
68COPY	${DESTDIR}/usr/mdec/sdboot	usr/mdec/sdboot
69LINK	usr/mdec/sdboot			usr/mdec/fdboot
70
71# various files that we need in /etc for the install
72COPY	${CURDIR}/../../../../etc/group		etc/group
73COPY	${CURDIR}/../../../../etc/master.passwd	etc/master.passwd
74COPY	${CURDIR}/../../../../etc/protocols	etc/protocols
75COPY	${CURDIR}/../../../../etc/services	etc/services
76SPECIAL	pwd_mkdb -p -d ./ etc/master.passwd
77
78# and the common installation tools
79COPY	dot.commonutils			.commonutils
80COPY	termcap.vt			usr/share/misc/termcap
81
82# the disktab explanation file
83COPY	disktab.preinstall		etc/disktab.preinstall
84
85# and the installation tools
86COPY	dot.profile			.profile
87COPY	dot.instutils			.instutils
88COPY	${OBJDIR}/install.sh		install
89COPY	${OBJDIR}/upgrade.sh		upgrade
90COPY	${OBJDIR}/start.sh		start
91COPY	dot.hdprofile			tmp/.hdprofile
92SPECIAL	chmod 755 install
93SPECIAL	chmod 755 upgrade
94SPECIAL	chmod 755 start
95