1#	$NetBSD: list,v 1.15 2012/07/03 21:49:55 abs 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
17PROG	usr/sbin/installboot
18
19# crunchgen source directory specials
20SPECIAL	vi	srcdir external/bsd/nvi/usr.bin/nvi
21SPECIAL	less	srcdir external/bsd/less/bin/less
22
23# Minimize use of MFS
24SYMLINK	/tmp	var/tmp
25
26# we need the contents of /usr/mdec
27COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
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	${DESTDIR}/usr/mdec/boot	boot
40