list revision 1.1
1#	$NetBSD: list,v 1.1 1997/12/17 22:10:31 scw Exp $
2
3# mvme68k's extras
4LINK	instbin			sbin/disklabel
5LINK	instbin			sbin/edlabel
6LINK	instbin			sbin/mount_kernfs
7
8SYMLINK	../../instbin		usr/bin/basename
9SYMLINK	../../instbin		usr/bin/cksum usr/bin/sum
10SYMLINK	../../instbin		usr/bin/cut
11SYMLINK	../../instbin		usr/bin/gawk usr/bin/awk
12SYMLINK	../../instbin		usr/bin/grep usr/bin/egrep usr/bin/fgrep
13SYMLINK	../../instbin		usr/bin/netstat
14SYMLINK	../../instbin		usr/bin/rsh
15SYMLINK	../../instbin		usr/bin/strings
16SYMLINK	../../instbin		usr/bin/tset usr/bin/reset
17SYMLINK	../../instbin		usr/bin/vi
18SYMLINK	../../instbin		usr/bin/less usr/bin/more
19
20# crunchgen source directory specials
21CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
22CRUNCHSPECIAL	less srcdir /usr/src/usr.bin/less/less
23
24# Minimize use of MFS
25SYMLINK	/tmp	var/tmp
26
27# copy the MAKEDEV script and make some devices
28COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
29COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
30SPECIAL	cd dev; sh MAKEDEV all
31SPECIAL	/bin/rm dev/MAKEDEV
32
33# we need the contents of /usr/mdec
34COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
35
36# the zoneinfo
37COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
38
39# and the termcap file
40COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
41
42# copy the kernel
43COPY	${CURDIR}/../../sys/arch/mvme68k/compile/VME147/netbsd	netbsd
44
45# various files that we need in /etc for the install
46COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
47SYMLINK	/tmp/disktab.shadow		etc/disktab
48SYMLINK	/tmp/fstab.shadow		etc/fstab
49SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
50SYMLINK	/tmp/hosts			etc/hosts
51
52# and the installation tools
53COPY	${ARCHDIR}/dot.profile		.profile
54COPY	${ARCHDIR}/install.md		install.md
55
56# create a mount-point for the kernel fs
57SPECIAL	/bin/mkdir			kern
58
59