1#	$NetBSD: list,v 1.5 2024/05/22 16:24:40 tsutsui Exp $
2
3SRCDIRS	bin sbin usr.bin usr.sbin sys/arch/emips/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/dmesg
24PROG	sbin/disklabel
25PROG	sbin/fsck
26PROG	sbin/fsck_ffs
27PROG	sbin/ifconfig
28PROG	sbin/init
29PROG	sbin/mknod
30PROG	sbin/mount
31PROG	sbin/mount_cd9660
32PROG	sbin/mount_ffs
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/sbin/chown	usr/bin/chgrp
51PROG	usr/sbin/chroot
52
53# init invokes the shell as -sh
54ARGVLN	sh -sh
55
56SPECIAL	gzip	srcdir	distrib/utils/x_gzip
57SPECIAL	ping	srcdir	distrib/utils/x_ping
58
59LIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
60
61# we need the boot blocks /usr/mdec
62COPY	${DESTDIR}/usr/mdec/bootxx_ffs		usr/mdec/bootxx_ffs
63COPY	${DESTDIR}/usr/mdec/boot.emips		usr/mdec/boot.emips
64
65# various files that we need in /etc for the install
66COPY	${NETBSDSRCDIR}/etc/group		etc/group
67COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
68COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
69COPY	${DISTRIBDIR}/common/protocols		etc/protocols
70COPY	${DISTRIBDIR}/common/services		etc/services
71
72# and the shell startup files
73COPY	${CURDIR}/dot.profile			.profile
74COPY	${CURDIR}/dot.hdprofile			tmp/.hdprofile
75
76
77# someday put in the release notes too
78#
79# COPY	${DISTRIBDIR}/notes/emips/INSTALL.txt	INSTALL.txt
80