xref: /netbsd/distrib/vax/miniroot/list (revision bf9ec67e)
1#	$NetBSD: list,v 1.5 2002/04/26 15:50:50 lukem Exp $
2
3# Vax extras
4PROG	sbin/disklabel
5PROG	sbin/mount_kernfs
6PROG	sbin/sysctl
7
8PROG	usr/bin/basename
9PROG	usr/bin/cksum usr/bin/sum
10PROG	usr/bin/getopt
11PROG	usr/bin/less usr/bin/more
12PROG	usr/bin/netstat
13PROG	usr/bin/rsh
14PROG	usr/bin/tset usr/bin/reset
15PROG	usr/bin/vi
16
17# crunchgen source directory specials
18SPECIAL	vi	srcdir usr.bin/vi/build
19SPECIAL	less	srcdir usr.bin/less/less
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
27# the zoneinfo
28COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
29
30# and the termcap file
31COPY	${NETBSDSRCDIR}/share/termcap/termcap.src usr/share/misc/termcap
32
33# copy the kernel
34COPY	${KERNOBJDIR}/GENERIC/netbsd	netbsd
35
36# various files that we need in /etc for the install
37COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
38COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
39LINK	etc/spwd.db			etc/pwd.db
40SYMLINK	/tmp/disktab.shadow		etc/disktab
41SYMLINK	/tmp/fstab.shadow		etc/fstab
42SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
43SYMLINK	/tmp/hosts			etc/hosts
44
45# and the installation tools
46COPY	${ARCHDIR}/dot.profile		.profile
47COPY	${ARCHDIR}/../install.md	install.md
48COPY	${DESTDIR}/usr/mdec/boot	boot
49