list revision 1.7
1#	$NetBSD: list,v 1.7 2002/03/17 05:39:59 gmcgarry Exp $
2
3# hp300 extra's
4PROG	sbin/disklabel
5PROG	sbin/dmesg
6
7PROG	usr/bin/basename
8PROG	usr/bin/cksum usr/bin/sum
9PROG	usr/bin/cut
10PROG	usr/bin/gawk usr/bin/awk
11PROG	usr/bin/grep usr/bin/egrep usr/bin/fgrep
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
17
18# crunchgen source directory specials
19SPECIAL	vi	srcdir usr.bin/vi/build
20SPECIAL	less	srcdir usr.bin/less/less
21
22# Minimize use of MFS
23SYMLINK	/tmp	var/tmp
24
25# we need the contents of /usr/mdec
26COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
27
28# the zoneinfo
29COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
30
31# and the termcap file
32COPY	${_SRC_TOP_}/share/termcap/termcap.src usr/share/misc/termcap
33
34# copy the kernel
35COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
36
37# various files that we need in /etc for the install
38COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
39SYMLINK	/tmp/disktab.shadow		etc/disktab
40SYMLINK	/tmp/fstab.shadow		etc/fstab
41SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
42SYMLINK	/tmp/hosts			etc/hosts
43
44# and the installation tools
45COPY	${ARCHDIR}/dot.profile		.profile
46COPY	${ARCHDIR}/install.md		install.md
47