xref: /netbsd/distrib/mvme68k/ramdisk/list (revision 6550d01e)
1#	$NetBSD: list,v 1.19 2010/03/10 23:13:09 abs Exp $
2
3SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin
4
5PROG	bin/cat
6PROG	bin/chmod
7PROG	bin/cp
8PROG	bin/dd
9PROG	bin/df
10PROG	bin/ln
11PROG	bin/ls
12PROG	bin/mkdir
13PROG	bin/mt
14PROG	bin/mv
15PROG	bin/pax		usr/bin/tar
16PROG	bin/pwd
17PROG	bin/sync
18PROG	bin/sh
19PROG	bin/tftp
20
21PROG	sbin/disklabel
22PROG	sbin/ifconfig
23PROG	sbin/init
24PROG	sbin/installboot
25PROG	sbin/mknod
26PROG	sbin/mount
27PROG	sbin/mount_cd9660
28PROG	sbin/mount_ffs
29PROG	sbin/mount_nfs
30PROG	sbin/reboot	sbin/halt
31PROG	sbin/route
32PROG	sbin/umount
33
34PROG	usr/bin/ftp
35PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
36
37# init invokes the shell as -sh
38ARGVLN	sh -sh
39
40SPECIAL	gzip		srcdir distrib/utils/x_gzip
41SPECIAL	ifconfig	srcdir distrib/utils/x_ifconfig
42SPECIAL	route		srcdir distrib/utils/x_route
43SPECIAL	umount		srcdir distrib/utils/x_umount
44SPECIAL	installboot	srcdir sys/arch/mvme68k/stand/installboot
45
46LIBS	libhack.o -lutil -lz -ll -lrmt -lprop
47
48# various files that we need in /etc for the install
49COPY	${CURDIR}/rd.fstab			etc/fstab
50COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
51COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
52COPY	${DISTRIBDIR}/common/protocols	etc/protocols
53COPY	${DISTRIBDIR}/common/services		etc/services
54COPY	${DESTDIR}/usr/mdec/bootsd		bootsd
55COPY	${DESTDIR}/usr/mdec/bootst		bootst
56COPY	${DESTDIR}/usr/mdec/bootxx		bootxx
57COPY	${DESTDIR}/usr/mdec/stboot		stboot
58
59# and the startup file
60COPY	${CURDIR}/dot.profile	.profile
61COPY	${CURDIR}/rd.welcome	.welcome
62