xref: /netbsd/distrib/amiga/miniroot/list (revision bf9ec67e)
1#	$NetBSD: list,v 1.15 2002/04/16 20:45:21 heinz 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/vi/build
15
16# Minimize use of MFS
17SYMLINK	/tmp	var/tmp
18
19# various files that we need in /etc for the install
20COPY	${ARCHDIR}/disktab.shadow	etc/disktab.shadow
21COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
22LINK	etc/spwd.db			etc/pwd.db
23#SYMLINK	/tmp/disktab.shadow		etc/disktab
24SYMLINK	/tmp/fstab.shadow		etc/fstab
25SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
26SYMLINK	/tmp/hosts			etc/hosts
27
28# and the termcap file
29COPY	${ARCHDIR}/termcap.vt		usr/share/misc/termcap
30
31# and the installation scripts
32COPY	${ARCHDIR}/install.md		install.md
33COPY	${ARCHDIR}/dot.profile		.profile
34
35# and the keyboard maps
36MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
37COPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
38
39# boot loader
40COPY	${DESTDIR}/usr/mdec/boot.amiga		boot.amiga
41
42# install kernel
43COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
44