xref: /netbsd-src/distrib/vax/ramdisk/list (revision b757af438b42b93f8c6571f026d8b8ef3eaf5fc9)
1#	$NetBSD: list,v 1.29 2012/03/21 05:49:17 matt Exp $
2
3SRCDIRS	bin sbin external/bsd/less/bin usr.bin usr.sbin
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/chown	bin/chgrp
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_nfs
35PROG	sbin/newfs	sbin/mount_mfs
36PROG	sbin/ping
37PROG	sbin/reboot	sbin/halt
38# PROG	sbin/restore	sbin/rrestore
39PROG	sbin/route
40PROG	sbin/shutdown
41PROG	sbin/swapctl
42PROG	sbin/umount
43
44PROG	usr/bin/ftp
45PROG	usr/bin/gzip	usr/bin/gzcat usr/bin/gunzip
46PROG	usr/bin/less	usr/bin/more
47PROG	usr/bin/sed
48# PROG	usr/bin/strings
49
50# PROG	usr/sbin/bad144
51PROG	usr/sbin/chroot
52PROG	usr/sbin/installboot
53
54# init invokes the shell as -sh
55ARGVLN	sh -sh
56
57SPECIAL	ed		srcdir	distrib/utils/x_ed
58SPECIAL	gzip		srcdir	distrib/utils/x_gzip
59SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
60SPECIAL	ping		srcdir	distrib/utils/x_ping
61SPECIAL	route		srcdir	distrib/utils/x_route
62SPECIAL	umount		srcdir	distrib/utils/x_umount
63
64LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
65
66# we need the boot in /, and boot blocks in /usr/mdec
67COPY	${DESTDIR}/boot			boot
68COPY	${DESTDIR}/usr/mdec/xxboot	usr/mdec/xxboot
69LINK	usr/mdec/xxboot			usr/mdec/raboot
70LINK	usr/mdec/xxboot			usr/mdec/hpboot
71LINK	usr/mdec/xxboot			usr/mdec/rdboot
72LINK	usr/mdec/xxboot			usr/mdec/sdboot
73
74# various files that we need in /etc for the install
75COPY	${NETBSDSRCDIR}/etc/group		etc/group
76COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
77COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
78COPY	${DISTRIBDIR}/common/protocols		etc/protocols
79COPY	${DISTRIBDIR}/common/services		etc/services
80
81# and the installation tools
82COPY	${CURDIR}/dot.profile		.profile
83