xref: /netbsd/distrib/vax/ramdisk/list (revision c4a72b64)
1#	$NetBSD: list,v 1.13 2002/10/17 06:38:24 lukem 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/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
17PROG	bin/pwd
18PROG	bin/rm
19PROG	bin/sh
20PROG	bin/stty
21PROG	bin/sync
22
23PROG	sbin/disklabel
24PROG	sbin/fsck
25PROG	sbin/fsck_ffs
26PROG	sbin/ifconfig
27PROG	sbin/init
28PROG	sbin/mknod
29PROG	sbin/mount
30PROG	sbin/mount_cd9660
31PROG	sbin/mount_ffs
32PROG	sbin/mount_kernfs
33PROG	sbin/mount_nfs
34PROG	sbin/newfs	sbin/mount_mfs
35PROG	sbin/ping
36PROG	sbin/reboot	sbin/halt
37# PROG	sbin/restore	sbin/rrestore
38PROG	sbin/route
39PROG	sbin/shutdown
40PROG	sbin/swapctl
41PROG	sbin/umount
42
43PROG	usr/bin/ftp
44PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
45PROG	usr/bin/less	usr/bin/more
46PROG	usr/bin/sed
47# PROG	usr/bin/strings
48
49# PROG	usr/sbin/bad144
50PROG	usr/sbin/chown	usr/bin/chgrp
51PROG	usr/sbin/chroot
52
53# init invokes the shell as -sh
54ARGVLN	sh -sh
55
56SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
57SPECIAL	ping		srcdir	distrib/utils/x_ping
58SPECIAL	route		srcdir	distrib/utils/x_route
59
60LIBS	libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm
61
62# we need the boot in /, and boot blocks in /usr/mdec
63COPY	${DESTDIR}/boot			boot
64COPY	${DESTDIR}/usr/mdec/xxboot	usr/mdec/xxboot
65LINK	usr/mdec/xxboot			usr/mdec/raboot
66LINK	usr/mdec/xxboot			usr/mdec/hpboot
67LINK	usr/mdec/xxboot			usr/mdec/rdboot
68LINK	usr/mdec/xxboot			usr/mdec/sdboot
69
70# various files that we need in /etc for the install
71COPY	${NETBSDSRCDIR}/etc/group		etc/group
72COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
73COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
74COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
75COPY	${NETBSDSRCDIR}/etc/services		etc/services
76
77# and the common installation tools
78COPY	${CURDIR}/termcap.vt100		usr/share/misc/termcap
79
80# the disktab explanation file
81COPY	${CURDIR}/disktab.preinstall	etc/disktab.preinstall
82
83# and the installation tools
84COPY	${CURDIR}/dot.profile		.profile
85