xref: /netbsd-src/distrib/mvme68k/miniroot/list (revision 4817a0b0b8fe9612e8ebe21a9bf2d97b95038a97)
1#	$NetBSD: list,v 1.21 2010/03/10 23:13:09 abs Exp $
2
3# mvme68k's extras
4PROG	sbin/disklabel
5PROG	sbin/mount_kernfs
6
7PROG	usr/bin/basename
8PROG	usr/bin/cksum usr/bin/sum
9PROG	usr/bin/cut
10PROG	usr/bin/awk
11PROG	usr/bin/netstat
12PROG	usr/bin/rsh
13PROG	usr/bin/tset usr/bin/reset
14PROG	usr/bin/vi
15PROG	usr/bin/less usr/bin/more
16
17# crunchgen source directory specials
18SPECIAL	less	srcdir usr.bin/less/less
19SPECIAL	vi	srcdir usr.bin/nvi/build
20
21# Minimize use of MFS
22SYMLINK	/tmp	var/tmp
23
24# we need the contents of /usr/mdec
25COPYDIR	${DESTDIR}/usr/mdec		usr/mdec
26# ensure installboot is executable
27MTREE	./usr/mdec/installboot	mode=0555
28
29# copy the kernel
30COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
31
32# various files that we need in /etc for the install
33SYMLINK	/tmp/fstab.shadow		etc/fstab
34SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
35SYMLINK	/tmp/hosts			etc/hosts
36
37# and the installation tools
38COPY	${ARCHDIR}/dot.profile		.profile
39COPY	${ARCHDIR}/install.md		install.md
40