list revision 1.5.4.1.8.1
1#	$NetBSD: list,v 1.5.4.1.8.1 2011/01/07 03:05:00 matt Exp $
2
3SRCDIRS	bin sbin usr.bin usr.sbin
4
5PROG	bin/cat
6PROG	bin/chmod
7PROG	bin/cp
8PROG	bin/date
9PROG	bin/dd
10PROG	bin/df
11PROG	bin/ed
12PROG	bin/ln
13PROG	bin/ls
14PROG	bin/mkdir
15PROG	bin/mt
16PROG	bin/mv
17PROG	bin/pax		usr/bin/tar
18PROG	bin/pwd
19PROG	bin/ps
20PROG	bin/rcmd
21PROG	bin/rcp
22PROG	bin/rm
23PROG	bin/sh
24PROG	bin/stty
25PROG	bin/sync
26
27PROG	sbin/disklabel
28PROG	sbin/dmesg
29PROG	sbin/fsck
30PROG	sbin/fsck_ffs
31PROG	sbin/ifconfig
32PROG	sbin/init
33PROG	sbin/mknod
34PROG	sbin/mount
35PROG	sbin/mount_cd9660
36PROG	sbin/mount_ffs
37PROG	sbin/mount_tmpfs
38PROG	sbin/mount_nfs
39PROG	sbin/newfs	sbin/mount_mfs
40PROG	sbin/ping
41PROG	sbin/reboot	sbin/halt
42PROG	sbin/restore	sbin/rrestore
43PROG	sbin/route
44PROG	sbin/shutdown
45PROG	sbin/swapctl
46PROG	sbin/umount
47
48PROG	usr/bin/ftp
49PROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
50PROG	usr/bin/more
51PROG	usr/bin/sed
52PROG	usr/bin/tset
53PROG	usr/bin/vmstat
54PROG	usr/bin/netstat
55
56PROG	usr/sbin/chown	usr/bin/chgrp
57PROG	usr/sbin/chroot
58
59# init invokes the shell as -sh
60ARGVLN	sh	-sh
61
62SPECIAL	ed		srcdir	distrib/utils/x_ed
63SPECIAL	gzip		srcdir	distrib/utils/x_gzip
64SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
65SPECIAL	more		srcdir	distrib/utils/more
66SPECIAL	ping		srcdir	distrib/utils/x_ping
67SPECIAL	route		srcdir	distrib/utils/x_route
68SPECIAL	umount		srcdir	distrib/utils/x_umount
69
70LIBS	libhack.o -ledit -lutil -lcurses -ltermcap -lkvm -lrmt -ll -lm -lz -lprop
71
72# various files that we need in /etc for the install
73COPY	${NETBSDSRCDIR}/etc/group		etc/group
74COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
75COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
76COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
77COPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
78
79# and the common installation tools
80COPY	${CURDIR}/termcap.src		usr/share/misc/termcap
81
82# and the disktab explanation file
83COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
84
85# and the boot script
86COPY	${CURDIR}/dot.profile		.profile
87MTREE	./.profile	type=file uname=root gname=wheel mode=0644
88COPY   ${CURDIR}/dot.hdprofile         tmp/.hdprofile
89
90