list revision 1.11
1#	$NetBSD: list,v 1.11 2000/06/07 20:49:01 thorpej 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/pax
17LINK	ramdiskbin			bin/pwd
18LINK	ramdiskbin			bin/rm
19LINK	ramdiskbin			bin/sh
20LINK	ramdiskbin			bin/stty
21LINK	ramdiskbin			bin/sync
22LINK	ramdiskbin			bin/test
23LINK	ramdiskbin			bin/[
24LINK	ramdiskbin			sbin/disklabel
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/swapctl
46LINK	ramdiskbin			sbin/umount
47SYMLINK	/bin/cat		usr/bin/chgrp
48SYMLINK	/bin/cat		usr/bin/ftp
49SYMLINK	/bin/cat		usr/bin/gunzip
50SYMLINK	/bin/cat		usr/bin/gzcat
51SYMLINK	/bin/cat		usr/bin/gzip
52SYMLINK	/bin/cat		usr/bin/more
53SYMLINK	/bin/cat		usr/bin/sed
54SYMLINK	/bin/cat		usr/bin/tip
55SYMLINK	/bin/cat		usr/sbin/chown
56SYMLINK	/bin/cat		usr/sbin/chroot
57SYMLINK /bin/cat		usr/sbin/memswitch
58SPECIAL	/bin/rm ramdiskbin
59
60# various files that we need in /etc for the install
61COPY	${CURDIR}/../../../../etc/group		etc/group
62COPY	${CURDIR}/../../../../etc/master.passwd	etc/master.passwd
63COPY	${CURDIR}/../../../../etc/protocols	etc/protocols
64COPY	${CURDIR}/../../../../etc/netconfig	etc/netconfig
65COPY	${CURDIR}/../../../../etc/services	etc/services
66
67SPECIAL	pwd_mkdb -p -d ./ etc/master.passwd
68SPECIAL /bin/rm etc/spwd.db
69SPECIAL /bin/rm etc/pwd.db
70
71# copy the MAKEDEV script and make some devices
72COPY	${CURDIR}/../../../../etc/etc.x68k/MAKEDEV	dev/MAKEDEV
73SPECIAL	cd dev; sh MAKEDEV ramdisk
74SPECIAL	/bin/rm dev/MAKEDEV
75
76# we need the boot blocks /usr/mdec
77COPY	${DESTDIR}/usr/mdec/sdboot	usr/mdec/sdboot
78LINK	usr/mdec/sdboot			usr/mdec/fdboot
79
80# and the common installation tools
81COPY	${CURDIR}/../../../utils/script-installer/dot.instutils	   .instutils
82COPY	${CURDIR}/../../../utils/script-installer/dot.commonutils  .commonutils
83COPY	${CURDIR}/termcap.vt		usr/share/misc/termcap
84
85# the disktab explanation file
86COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
87
88# and the installation tools
89COPY	${CURDIR}/dot.profile		.profile
90COPY	${OBJDIR}/install.sh		install
91COPY	${OBJDIR}/upgrade.sh		upgrade
92COPY	${OBJDIR}/start.sh		start
93COPY	${CURDIR}/dot.hdprofile		tmp/.hdprofile
94SPECIAL	chmod 755 install
95SPECIAL	chmod 755 upgrade
96SPECIAL	chmod 755 start
97