list revision 1.13
1#	$NetBSD: list,v 1.13 2009/09/20 19:49:10 abs Exp $
2
3SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin 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/disklabel
23PROG	sbin/fsck
24PROG	sbin/fsck_ffs
25PROG	sbin/ifconfig
26PROG	sbin/init
27PROG	sbin/mknod
28PROG	sbin/mount
29PROG	sbin/mount_cd9660
30PROG	sbin/mount_ffs
31PROG	sbin/mount_nfs
32PROG	sbin/newfs	sbin/mount_mfs
33PROG	sbin/ping
34PROG	sbin/reboot	sbin/halt
35PROG	sbin/restore	sbin/rrestore
36PROG	sbin/route
37PROG	sbin/shutdown
38PROG	sbin/umount
39
40PROG	usr/bin/ftp
41PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
42PROG	usr/bin/sed
43
44PROG	usr/mdec/sgivol
45
46PROG	usr/sbin/chown	usr/bin/chgrp
47PROG	usr/sbin/chroot
48
49SPECIAL	ed		srcdir	distrib/utils/x_ed
50SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
51SPECIAL	ping		srcdir	distrib/utils/x_ping
52SPECIAL	route		srcdir	distrib/utils/x_route
53SPECIAL	umount		srcdir	distrib/utils/x_umount
54SPECIAL	sgivol		srcdir	sys/arch/sgimips/stand/sgivol
55
56LIBS	libhack.o -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm -lz -lprop
57
58# init invokes the shell as -sh
59ARGVLN	sh -sh
60
61# we need the boot blocks /usr/mdec
62COPY	${DESTDIR}/usr/mdec/aoutboot		usr/mdec/aoutboot
63COPY	${DESTDIR}/usr/mdec/ip2xboot		usr/mdec/ip2xboot
64COPY	${DESTDIR}/usr/mdec/ip3xboot		usr/mdec/ip3xboot
65
66# various files that we need in /etc for the install
67COPY	${NETBSDSRCDIR}/etc/group		etc/group
68COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
69COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
70COPY	${DISTRIBDIR}/common/protocols	etc/protocols
71COPY	${DISTRIBDIR}/common/services		etc/services
72
73# and the common installation tools
74COPY	${CURDIR}/../miniroot/termcap.iris-ansi	usr/share/misc/termcap
75
76# the disktab explanation file
77COPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
78
79# and the shell startup files
80COPY	${CURDIR}/dot.profile			.profile
81