list revision 1.4
1#	$NetBSD: list,v 1.4 1997/11/08 23:01:32 mhitch Exp $
2
3# Amiga extra's
4LINK	instbin			sbin/mount_ados
5LINK	instbin			sbin/mount_kernfs
6SPECIAL mkdir			kern
7LINK	instbin			usr/bin/printf
8LINK	instbin			usr/bin/vi
9LINK	instbin			usr/sbin/loadkmap
10
11SYMLINK	../../instbin		usr/bin/netstat
12
13# `internal' crunchgen links
14ARGVLINK mount_ados		ados
15
16# crunchgen source directory specials
17CRUNCHSPECIAL	loadkmap srcdir sys/arch/amiga/stand/loadkmap
18CRUNCHSPECIAL	vi srcdir usr.bin/vi/build
19
20# Minimize use of MFS
21SYMLINK	/tmp	var/tmp
22
23# copy the MAKEDEV script and make some devices
24COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
25COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
26SPECIAL	cd dev; sh MAKEDEV floppy
27SPECIAL	/bin/rm dev/MAKEDEV
28
29# various files that we need in /etc for the install
30COPY	${ARCHDIR}/disktab.shadow		etc/disktab.shadow
31#SYMLINK	/tmp/disktab.shadow		etc/disktab
32SYMLINK	/tmp/fstab.shadow		etc/fstab
33SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
34SYMLINK	/tmp/hosts			etc/hosts
35
36# and the termcap file
37COPY	${ARCHDIR}/termcap.vt usr/share/misc/termcap
38
39# and the installation scripts
40COPY	${ARCHDIR}/install.md		install.md
41COPY	${ARCHDIR}/dot.profile		.profile
42
43# and the keyboard maps
44COPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
45
46# remove the /usr/share/zoneinfo directory, so the installation script
47# can determine that the atari install does not support it.
48# ??? -is
49SPECIAL	rmdir usr/share/zoneinfo
50
51# Generic kernel
52COPY	${CURDIR}/../../sys/arch/amiga/compile/GENERIC/netbsd	netbsd
53