1#	$NetBSD: list,v 1.9 2010/05/01 12:14:11 tsutsui 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/dmesg
12PROG	sbin/fdisk
13PROG	sbin/fsck_msdos
14PROG	sbin/mount_msdos
15PROG	sbin/newfs_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
24SPECIAL	vi		srcdir usr.bin/nvi/build
25
26# Minimize use of MFS
27SYMLINK	/tmp	var/tmp
28
29# and the installation tools
30COPY	${ARCHDIR}/dot.profile		.profile
31
32# and a spare .profile
33COPY	${DESTDIR}/.profile		tmp/.hdprofile
34