xref: /netbsd/distrib/sparc/miniroot/list (revision bf9ec67e)
1#	$NetBSD: list,v 1.25 2002/05/26 12:16:56 grant Exp $
2
3# Sparc extra's
4PROG	bin/rcmd
5PROG	sbin/disklabel
6PROG	sbin/dmesg
7PROG	sbin/sysctl
8
9PROG	usr/bin/basename
10PROG	usr/bin/cksum usr/bin/sum
11PROG	usr/bin/getopt
12PROG	usr/bin/netstat
13PROG	usr/bin/rsh
14PROG	usr/bin/tset usr/bin/reset
15PROG	usr/bin/vi
16PROG	usr/bin/less usr/bin/more
17PROG	usr/bin/file
18PROG	usr/sbin/installboot
19
20# usr/bin/file needs libz
21LIBS	-lz
22
23# crunchgen source directory specials
24SPECIAL	vi	srcdir usr.bin/vi/build
25SPECIAL	less	srcdir usr.bin/less/less
26
27# Minimize use of MFS
28SYMLINK	/tmp	var/tmp
29
30# we need the contents of /usr/mdec
31COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
32
33# the zoneinfo
34COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
35
36# and the termcap file
37COPY	${ARCHDIR}/termcap.src		usr/share/misc/termcap
38
39# and the magic file
40COPY	${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
41
42# copy the kernel
43COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
44
45# various files that we need in /etc for the install
46COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
47COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
48LINK	etc/spwd.db			etc/pwd.db
49SYMLINK	/tmp/disktab.shadow		etc/disktab
50SYMLINK	/tmp/fstab.shadow		etc/fstab
51SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
52SYMLINK	/tmp/hosts			etc/hosts
53
54# and the installation tools
55COPY	${ARCHDIR}/dot.profile		.profile
56COPY	${ARCHDIR}/../install.md	install.md
57COPY	${DESTDIR}/usr/mdec/boot	boot
58