list revision 1.5
1177761Sdas#	$NetBSD: list,v 1.5 2024/05/22 16:24:40 tsutsui Exp $
2174617Sdas
3174617SdasSRCDIRS	bin sbin usr.bin usr.sbin sys/arch/emips/stand
4174617Sdas
5174617SdasPROG	bin/cat
6174617SdasPROG	bin/chmod
7174617SdasPROG	bin/cp
8174617SdasPROG	bin/dd
9174617SdasPROG	bin/df
10174617SdasPROG	bin/ed
11174617SdasPROG	bin/ln
12174617SdasPROG	bin/ls
13174617SdasPROG	bin/mkdir
14174617SdasPROG	bin/mt
15174617SdasPROG	bin/mv
16174617SdasPROG	bin/pax		usr/bin/tar usr/bin/cpio
17174617SdasPROG	bin/pwd
18174617SdasPROG	bin/rm
19174617SdasPROG	bin/sh
20174617SdasPROG	bin/stty
21174617SdasPROG	bin/sync
22174617Sdas
23174617SdasPROG	sbin/dmesg
24174617SdasPROG	sbin/disklabel
25174617SdasPROG	sbin/fsck
26174617SdasPROG	sbin/fsck_ffs
27177761SdasPROG	sbin/ifconfig
28174617SdasPROG	sbin/init
29174617SdasPROG	sbin/mknod
30174617SdasPROG	sbin/mount
31174617SdasPROG	sbin/mount_cd9660
32177761SdasPROG	sbin/mount_ffs
33177761SdasPROG	sbin/mount_msdos
34174617SdasPROG	sbin/mount_nfs
35174617SdasPROG	sbin/newfs	sbin/mount_mfs
36174617SdasPROG	sbin/ping
37174617SdasPROG	sbin/reboot	sbin/halt
38174617SdasPROG	sbin/restore	sbin/rrestore
39174617SdasPROG	sbin/route
40174617SdasPROG	sbin/shutdown
41174617SdasPROG	sbin/slattach
42174617SdasPROG	sbin/umount
43177761Sdas
44177761SdasPROG	usr/bin/ftp
45174617SdasPROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
46174617SdasPROG	usr/bin/sed
47177761SdasPROG	usr/bin/tip
48177761SdasPROG	usr/bin/tset
49174617Sdas
50177761SdasPROG	usr/sbin/chown	usr/bin/chgrp
51174617SdasPROG	usr/sbin/chroot
52174617Sdas
53174617Sdas# init invokes the shell as -sh
54174617SdasARGVLN	sh -sh
55177761Sdas
56177761SdasSPECIAL	gzip	srcdir	distrib/utils/x_gzip
57174617SdasSPECIAL	ping	srcdir	distrib/utils/x_ping
58177761Sdas
59174617SdasLIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
60174617Sdas
61174617Sdas# we need the boot blocks /usr/mdec
62174617SdasCOPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
63174617SdasCOPY	${DESTDIR}/usr/mdec/boot.emips		usr/mdec/boot.emips
64174617Sdas
65174617Sdas# various files that we need in /etc for the install
66174617SdasCOPY	${NETBSDSRCDIR}/etc/group		etc/group
67174617SdasCOPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
68174617SdasCOPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
69233992SjoelCOPY	${DISTRIBDIR}/common/protocols		etc/protocols
70174617SdasCOPY	${DISTRIBDIR}/common/services		etc/services
71233992Sjoel
72233992Sjoel# and the shell startup files
73233992SjoelCOPY	${CURDIR}/dot.profile			.profile
74233992SjoelCOPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
75233992Sjoel
76233992Sjoel
77174617Sdas# someday put in the release notes too
78174617Sdas#
79174617Sdas# COPY	${DISTRIBDIR}/notes/emips/INSTALL.txt	INSTALL.txt
80174617Sdas