1#	$NetBSD: list,v 1.20 2011/06/19 02:25:46 tsutsui Exp $
2
3SRCDIRS	bin sbin usr.bin usr.sbin sys/arch/sgimips/stand
4
5PROG	bin/cat
6PROG	bin/chmod
7PROG	bin/cp
8PROG	bin/dd
9PROG	bin/df
10PROG	bin/ed
11PROG	bin/ln
12PROG	bin/ls
13PROG	bin/mkdir
14PROG	bin/mv
15PROG	bin/pax		usr/bin/tar
16PROG	bin/pwd
17PROG	bin/rm
18PROG	bin/sh
19PROG	bin/stty
20PROG	bin/sync
21
22PROG	sbin/chown	bin/chgrp
23PROG	sbin/disklabel
24PROG	sbin/fsck
25PROG	sbin/fsck_ffs
26PROG	sbin/ifconfig
27PROG	sbin/init
28PROG	sbin/mknod
29PROG	sbin/mount
30PROG	sbin/mount_cd9660
31PROG	sbin/mount_ffs
32PROG	sbin/mount_nfs
33PROG	sbin/newfs	sbin/mount_mfs
34PROG	sbin/ping
35PROG	sbin/reboot	sbin/halt
36PROG	sbin/restore	sbin/rrestore
37PROG	sbin/route
38PROG	sbin/shutdown
39PROG	sbin/umount
40
41PROG	usr/bin/ftp
42PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
43PROG	usr/bin/sed
44
45PROG	usr/mdec/sgivol
46
47PROG	usr/sbin/chroot
48
49SPECIAL	ed		srcdir	distrib/utils/x_ed
50SPECIAL	gzip		srcdir	distrib/utils/x_gzip
51SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
52SPECIAL	ping		srcdir	distrib/utils/x_ping
53SPECIAL	route		srcdir	distrib/utils/x_route
54SPECIAL	umount		srcdir	distrib/utils/x_umount
55SPECIAL	sgivol		srcdir	sys/arch/sgimips/stand/sgivol
56
57LIBS	libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
58
59# init invokes the shell as -sh
60ARGVLN	sh -sh
61
62# we need the boot blocks /usr/mdec
63COPY	${DESTDIR}/usr/mdec/aoutboot		usr/mdec/aoutboot
64COPY	${DESTDIR}/usr/mdec/ip2xboot		usr/mdec/ip2xboot
65COPY	${DESTDIR}/usr/mdec/ip3xboot		usr/mdec/ip3xboot
66
67# various files that we need in /etc for the install
68COPY	${NETBSDSRCDIR}/etc/group		etc/group
69COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
70COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
71COPY	${DISTRIBDIR}/common/protocols		etc/protocols
72COPY	${DISTRIBDIR}/common/services		etc/services
73
74# and the shell startup files
75COPY	${CURDIR}/dot.profile			.profile
76