xref: /netbsd-src/distrib/emips/miniroot/list (revision ec7170c3312045f576ad84ebee006f71d288f7c5)
1#	$NetBSD: list,v 1.4 2024/05/23 15:00:43 tsutsui Exp $
2
3# extras in bin
4PROG	bin/csh
5PROG	bin/date
6PROG	bin/rcp
7PROG	bin/rcmd
8
9# extras in sbin
10PROG	sbin/disklabel
11PROG	sbin/fsck_ext2fs
12PROG	sbin/mount_ext2fs
13PROG	sbin/mount_kernfs
14
15# extras in usr/bin
16PROG	usr/bin/netstat
17PROG	usr/bin/rsh
18PROG	usr/bin/tset usr/bin/reset
19PROG	usr/bin/vi
20
21# crunchgen source directory specials: progs built in nonstandard places
22SPECIAL	vi	srcdir external/bsd/nvi/usr.bin/nvi
23
24# Minimize use of MFS
25SYMLINK	/tmp	var/tmp
26
27# we need the contents of /usr/mdec
28COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
29# and /boot.emips
30COPY	${DESTDIR}/boot.emips	boot.emips
31
32# copy the kernel(s)
33COPY	${KERNOBJDIR}/GENERIC/netbsd		netbsd
34
35# various files that we need in /etc for the install
36#SYMLINK	/tmp/fstab.shadow		etc/fstab
37#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
38#SYMLINK	/tmp/hosts			etc/hosts
39
40# and the installation tools
41COPY	${ARCHDIR}/dot.profile		.profile
42
43# and a spare .profile
44COPY	${DESTDIR}/.profile		tmp/.hdprofile
45