list revision 1.5
1#	$NetBSD: list,v 1.5 2000/05/02 16:06:51 sjg 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/tset usr/bin/reset
16SYMLINK	../../instbin		usr/bin/vi
17SYMLINK	../../instbin		usr/bin/less usr/bin/more
18
19# crunchgen source directory specials
20CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
21CRUNCHSPECIAL	less srcdir /usr/src/usr.bin/less/less
22
23# Minimize use of MFS
24SYMLINK	/tmp	var/tmp
25
26# copy the MAKEDEV script and make some devices
27COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
28COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
29SPECIAL	cd dev; sh MAKEDEV all
30SPECIAL	/bin/rm dev/MAKEDEV
31
32# we need the contents of /usr/mdec
33COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
34
35# the zoneinfo
36COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
37
38# and the termcap file
39COPY	${CURDIR}/../../share/termcap/termcap.src usr/share/misc/termcap
40
41# copy the kernel
42COPY	${KERNOBJDIR:-${CURDIR}/../../sys/arch/mvme68k/compile}/GENERIC/netbsd	netbsd
43
44# various files that we need in /etc for the install
45COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
46COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
47LINK	etc/spwd.db			etc/pwd.db
48SYMLINK	/tmp/disktab.shadow		etc/disktab
49SYMLINK	/tmp/fstab.shadow		etc/fstab
50SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
51SYMLINK	/tmp/hosts			etc/hosts
52
53# and the installation tools
54COPY	${ARCHDIR}/dot.profile		.profile
55COPY	${ARCHDIR}/install.md		install.md
56
57# create a mount-point for the kernel fs
58SPECIAL	/bin/mkdir			kern
59
60