list revision 1.23
1#	$NetBSD: list,v 1.23 2010/02/05 10:01:17 roy Exp $
2
3# Amiga extra's
4PROG	sbin/disklabel
5PROG	sbin/mount_ados
6PROG	sbin/mount_kernfs
7PROG	usr/bin/netstat
8PROG	usr/bin/printf
9PROG	usr/bin/vi
10PROG	usr/sbin/loadkmap
11
12# crunchgen source directory specials
13SPECIAL	loadkmap	srcdir sys/arch/amiga/stand/loadkmap
14SPECIAL	vi		srcdir usr.bin/nvi/build
15
16# Minimize use of MFS
17SYMLINK	/tmp	var/tmp
18
19# various files that we need in /etc for the install
20SYMLINK	/tmp/fstab.shadow		etc/fstab
21SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
22SYMLINK	/tmp/hosts			etc/hosts
23
24# and the terminfo database
25COPY	${DESTDIR}/rescue/terminfo.db		usr/share/misc/terminfo.db
26
27# and the installation scripts
28COPY	${ARCHDIR}/install.md		install.md
29COPY	${ARCHDIR}/dot.profile		.profile
30
31# and the keyboard maps
32MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
33COPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
34
35# boot loader
36COPY	${DESTDIR}/usr/mdec/boot.amiga		boot.amiga
37
38# install kernel
39COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
40