list revision 1.7.2.2
1#	$NetBSD: list,v 1.7.2.2 1999/01/25 06:22:32 cgd Exp $
2
3# copy the crunched binary, link to it, and kill it
4COPY	${OBJDIR}/ramdiskbin		instbin
5LINK	instbin				bin/cat
6LINK	instbin				bin/chmod
7LINK	instbin				bin/cp
8LINK	instbin				bin/dd
9LINK	instbin				bin/df
10LINK	instbin				bin/ed
11LINK	instbin				bin/expr
12LINK	instbin				bin/hostname
13LINK	instbin				bin/ln
14LINK	instbin				bin/ls
15LINK	instbin				bin/mkdir
16LINK	instbin				bin/mt
17LINK	instbin				bin/mv
18LINK	instbin				bin/pax usr/bin/tar usr/bin/cpio
19LINK	instbin				bin/rm
20LINK	instbin				bin/rcmd
21LINK	instbin				bin/rcp
22LINK	instbin				bin/sh
23LINK	instbin				bin/stty
24LINK	instbin				bin/sync
25LINK	instbin				bin/test
26LINK	instbin				bin/[
27
28LINK	instbin				sbin/dmesg
29LINK	instbin				sbin/edlabel
30LINK	instbin				sbin/fsck
31LINK	instbin				sbin/fsck_ffs
32LINK	instbin				sbin/ifconfig
33LINK	instbin				sbin/init sbin/init
34LINK	instbin				sbin/mknod
35LINK	instbin				sbin/mount
36LINK	instbin				sbin/mount_cd9660
37LINK	instbin				sbin/mount_ffs
38LINK	instbin				sbin/mount_kernfs
39LINK	instbin				sbin/mount_nfs
40LINK	instbin				sbin/newfs sbin/mount_mfs
41LINK	instbin				sbin/ping
42LINK	instbin				sbin/reboot sbin/halt
43LINK	instbin				sbin/restore sbin/rrestore
44LINK	instbin				sbin/route
45LINK	instbin				sbin/umount
46
47LINK	instbin				usr/bin/chflags
48LINK	instbin				usr/bin/ftp
49LINK	instbin				usr/bin/getopt
50LINK	instbin				usr/bin/gzip usr/bin/gunzip usr/bin/zcat
51LINK	instbin				usr/bin/less
52LINK	instbin				usr/bin/more
53LINK	instbin				usr/bin/netstat
54LINK	instbin				usr/bin/rsh
55LINK	instbin				usr/bin/sed
56LINK	instbin				usr/bin/sort
57LINK	instbin				usr/mdec/installboot
58LINK	instbin				usr/sbin/chown usr/bin/chgrp
59LINK	instbin				usr/sbin/chroot
60LINK	instbin				usr/sbin/update
61LINK	instbin				usr/sbin/pppd
62
63# `internal' crunchgen links
64LINK 	sbin/mount_ffs			sbin/ffs
65LINK 	sbin/mount_nfs			sbin/nfs
66LINK 	sbin/mount_cd9660		sbin/cd9660
67LINK 	bin/sh				bin/-sh
68
69# no longer needed...
70SPECIAL	/bin/rm instbin
71
72# copy the MAKEDEV script and make some devices
73COPY	${TOPDIR}/../../etc/etc.sparc/MAKEDEV	dev/MAKEDEV
74SPECIAL cd dev; sh MAKEDEV floppy
75SPECIAL /bin/rm dev/MAKEDEV
76
77# we need the boot blocks /usr/mdec
78COPY	${DESTDIR}/usr/mdec/binstall		usr/mdec/binstall
79COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
80LINK	usr/mdec/boot				usr/mdec/boot.net
81COPY	${DESTDIR}/usr/mdec/bootxx		usr/mdec/bootxx
82
83# and the termcap file
84COPY	${REALCURDIR}/termcap.src		usr/share/misc/termcap
85
86# various files that we need in /etc for the install
87COPY	${TOPDIR}/../../etc/group		etc/group
88COPY	${TOPDIR}/../../etc/protocols		etc/protocols
89COPY	${TOPDIR}/../../etc/services		etc/services
90
91# we use libhack (/etc/passwd hackery)
92SPECIAL	sed -e 's/^\([^:]*:[^:]*:[^:]*:[^:]*:\):0:0:/\1/' ${TOPDIR}/../../etc/master.passwd > etc/passwd
93
94# the disktab explanation file
95COPY	disktab.preinstall			etc/disktab.preinstall
96
97# Minimize use of MFS
98SYMLINK	/tmp	var/tmp
99
100# various files that we need in /etc for the install
101COPY	${DESTDIR}/etc/disktab			etc/disktab.shadow
102SYMLINK	/tmp/disktab.shadow			etc/disktab
103SYMLINK	/tmp/fstab.shadow			etc/fstab
104SYMLINK	/tmp/resolv.conf.shadow			etc/resolv.conf
105SYMLINK	/tmp/hosts				etc/hosts
106
107# and the installation tools
108COPY	dot.profile				.profile
109COPY	${TOPDIR}/install.md			install.md
110COPY	${TOPDIR}/../miniroot/install.sh	install
111COPY	${TOPDIR}/../miniroot/upgrade.sh	upgrade
112SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${TOPDIR}/../miniroot/install.sub > install.sub
113SPECIAL	chmod 755 install upgrade
114