xref: /netbsd/distrib/sgimips/ramdisk/list (revision c4a72b64)
1#	$NetBSD: list,v 1.2 2002/07/18 16:23:36 rafal 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/mt
15PROG	bin/mv
16PROG	bin/pax		usr/bin/tar usr/bin/cpio
17PROG	bin/pwd
18PROG	bin/rm
19PROG	bin/sh
20PROG	bin/stty
21PROG	bin/sync
22
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_kernfs
33PROG	sbin/mount_msdos
34PROG	sbin/mount_nfs
35PROG	sbin/newfs	sbin/mount_mfs
36PROG	sbin/ping
37PROG	sbin/reboot	sbin/halt
38PROG	sbin/restore	sbin/rrestore
39PROG	sbin/route
40PROG	sbin/shutdown
41PROG	sbin/slattach
42PROG	sbin/umount
43
44PROG	usr/bin/ftp
45PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
46PROG	usr/bin/sed
47PROG	usr/bin/tip
48PROG	usr/bin/tset
49
50PROG	usr/mdec/sgivol
51
52PROG	usr/sbin/chown	usr/bin/chgrp
53PROG	usr/sbin/chroot
54
55# init invokes the shell as -sh
56ARGVLN	sh -sh
57
58SPECIAL	sgivol	srcdir	sys/arch/sgimips/stand/sgivol
59SPECIAL	ping	srcdir	distrib/utils/x_ping
60
61LIBS	-ledit -lbz2 -lutil -lcurses -ltermcap -lrmt -lcrypt -ll -lm
62
63# we need the boot blocks /usr/mdec
64COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
65COPY	${DESTDIR}/usr/mdec/boot.elf		usr/mdec/boot.elf
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/protocols		etc/protocols
71COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
72COPY	${NETBSDSRCDIR}/etc/services		etc/services
73
74# and the common installation tools
75COPY	${CURDIR}/../miniroot/termcap.iris-ansi	usr/share/misc/termcap
76
77# the disktab explanation file
78COPY	${CURDIR}/disktab.preinstall		etc/disktab.preinstall
79
80# and the shell startup files
81COPY	${CURDIR}/dot.profile			.profile
82COPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
83
84
85# someday put in the release notes too
86#
87# COPY	${DISTRIBDIR}/notes/sgimips/INSTALL.txt	INSTALL.txt
88