xref: /netbsd/distrib/mvme68k/ramdisk/list (revision c4a72b64)
1#	$NetBSD: list,v 1.12 2002/10/17 06:38:19 lukem 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/edlabel
23PROG	sbin/ifconfig
24PROG	sbin/init
25PROG	sbin/installboot
26PROG	sbin/mknod
27PROG	sbin/mount
28PROG	sbin/mount_cd9660
29PROG	sbin/mount_ffs
30PROG	sbin/mount_nfs
31PROG	sbin/reboot	sbin/halt
32PROG	sbin/route
33PROG	sbin/umount
34
35PROG	usr/bin/ftp
36PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
37
38# init invokes the shell as -sh
39ARGVLN	sh -sh
40
41SPECIAL	gzip		srcdir distrib/utils/x_gzip
42SPECIAL	ifconfig	srcdir distrib/utils/x_ifconfig
43SPECIAL	mount		srcdir distrib/utils/x_mount
44SPECIAL	route		srcdir distrib/utils/x_route
45SPECIAL	umount		srcdir distrib/utils/x_umount
46SPECIAL	installboot	srcdir sys/arch/mvme68k/stand/installboot
47
48LIBS	libhack.o -lutil -lz -ll -lrmt
49
50# various files that we need in /etc for the install
51COPY	${CURDIR}/rd.fstab			etc/fstab
52COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
53COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
54COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
55COPY	${NETBSDSRCDIR}/etc/services		etc/services
56COPY	${DESTDIR}/usr/mdec/bootsd		bootsd
57COPY	${DESTDIR}/usr/mdec/bootst		bootst
58COPY	${DESTDIR}/usr/mdec/bootxx		bootxx
59COPY	${DESTDIR}/usr/mdec/stboot		stboot
60
61# and the startup file
62COPY	${CURDIR}/dot.profile	.profile
63COPY	${CURDIR}/rd.welcome	.welcome
64