xref: /netbsd-src/distrib/amiga/miniroot/list (revision 1ffa7b76c40339c17a0fb2a09fac93f287cfc046)
1#	$NetBSD: list,v 1.17 2002/07/23 03:52:02 mhitch Exp $
2
3# Amiga extra's
4PROG	sbin/disklabel
5PROG	sbin/mount_ados
6PROG	sbin/mount_kernfs
7PROG	usr/bin/file
8PROG	usr/bin/netstat
9PROG	usr/bin/printf
10PROG	usr/bin/vi
11PROG	usr/sbin/loadkmap
12
13# usr/bin/file needs libz
14LIBS	-lz
15
16# crunchgen source directory specials
17SPECIAL	loadkmap	srcdir sys/arch/amiga/stand/loadkmap
18SPECIAL	vi		srcdir usr.bin/vi/build
19
20# Minimize use of MFS
21SYMLINK	/tmp	var/tmp
22
23# various files that we need in /etc for the install
24COPY	${ARCHDIR}/disktab.shadow	etc/disktab.shadow
25#SYMLINK	/tmp/disktab.shadow		etc/disktab
26SYMLINK	/tmp/fstab.shadow		etc/fstab
27SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
28SYMLINK	/tmp/hosts			etc/hosts
29
30# and the termcap file
31COPY	${ARCHDIR}/termcap.vt		usr/share/misc/termcap
32
33# and the magic file
34COPY	${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
35
36# and the installation scripts
37COPY	${ARCHDIR}/install.md		install.md
38COPY	${ARCHDIR}/dot.profile		.profile
39
40# and the keyboard maps
41MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
42COPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
43
44# boot loader
45COPY	${DESTDIR}/usr/mdec/boot.amiga		boot.amiga
46
47# install kernel
48COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
49