xref: /netbsd/distrib/playstation2/miniroot/list (revision a8025d95)
1#	$NetBSD: list,v 1.2 2002/03/06 12:04:53 lukem 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/fdisk
12PROG	sbin/fsck_ext2fs
13PROG	sbin/mount_ext2fs
14PROG	sbin/mount_kernfs
15PROG	sbin/mount_msdos
16
17# extras in /usr.bin
18PROG	usr/bin/netstat
19PROG	usr/bin/rsh
20PROG	usr/bin/tset usr/bin/reset
21PROG	usr/bin/vi
22
23# crunchgen source directory specials: progs built in nonstandard places
24CRUNCHSPECIAL	vi	srcdir usr.bin/vi/build
25
26# Minimize use of MFS
27SYMLINK	/tmp	var/tmp
28
29# we need the contents of /usr/mdec
30COPYDIR	${DESTDIR}/usr/mdec		/usr/mdec
31
32# the zoneinfo (dont use)
33#COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
34
35# and the termcap file
36COPY	${ARCHDIR}/termcap.vt100	usr/share/misc/termcap
37
38# copy the kernel(s)
39#COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
40
41
42# various files that we need in /etc for the install
43#COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
44COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
45LINK	etc/spwd.db			etc/pwd.db
46#SYMLINK	/tmp/disktab.shadow		etc/disktab
47#SYMLINK	/tmp/fstab.shadow		etc/fstab
48#SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
49#SYMLINK	/tmp/hosts			etc/hosts
50
51# sysinst needs disktab template
52COPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
53
54# and the installation tools
55COPY	${ARCHDIR}/dot.profile		.profile
56
57# and a spare .profile
58COPY	${DESTDIR}/.profile		tmp/.hdprofile
59