xref: /netbsd-src/distrib/mac68k/instkernel/ramdisk/list (revision 6a9b3088d8d2341ca1454531d365c15fe9c1c589)
1#	$NetBSD: list,v 1.29 2010/02/11 09:06:49 roy Exp $
2
3SRCDIRS bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin
4
5PROG	bin/cat
6PROG	bin/chmod
7PROG	bin/cp
8PROG	bin/date
9PROG	bin/dd
10PROG	bin/df
11PROG	bin/ed
12PROG	bin/ln
13PROG	bin/ls
14PROG	bin/mkdir
15PROG	bin/mt
16PROG	bin/mv
17PROG	bin/pax		usr/bin/tar
18PROG	bin/pwd
19PROG	bin/rm
20PROG	bin/sh
21PROG	bin/stty
22PROG	bin/sync
23
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_kernfs
34PROG	sbin/mount_msdos
35PROG	sbin/mount_nfs
36PROG	sbin/newfs	sbin/mount_mfs
37PROG	sbin/ping
38PROG	sbin/reboot	sbin/halt
39PROG	sbin/restore	sbin/rrestore
40PROG	sbin/route
41PROG	sbin/shutdown
42PROG	sbin/slattach
43PROG	sbin/swapctl	sbin/swapon
44PROG	sbin/umount
45
46PROG	usr/bin/ftp
47PROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
48PROG	usr/bin/sed
49PROG	usr/bin/tset
50PROG	usr/bin/more	usr/bin/less
51PROG	usr/bin/tip
52
53PROG	usr/sbin/chown	usr/bin/chgrp
54PROG	usr/sbin/chroot
55
56# init invokes the shell as -sh
57ARGVLN	sh	-sh
58
59SPECIAL	ed		srcdir	distrib/utils/x_ed
60SPECIAL	gzip		srcdir	distrib/utils/x_gzip
61SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
62SPECIAL	more		srcdir	distrib/utils/more
63SPECIAL	ping		srcdir	distrib/utils/x_ping
64SPECIAL	route		srcdir	distrib/utils/x_route
65SPECIAL	umount		srcdir	distrib/utils/x_umount
66
67LIBS    libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -ll -lm -lz -lprop
68
69# various files that we need in /etc for the install
70COPY	${NETBSDSRCDIR}/etc/group		etc/group
71COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
72COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
73COPY	${DISTRIBDIR}/common/protocols		etc/protocols
74COPY	${DISTRIBDIR}/common/services		etc/services
75
76# and the installation tools
77COPY	${CURDIR}/dot.profile			.profile
78
79# and a copy of the INSTALL notes
80COPY	${NOTESOBJDIR}/INSTALL.more		INSTALL.more
81