xref: /openbsd/distrib/luna88k/ramdisk/list (revision 404b540a)
1#	$OpenBSD: list,v 1.13 2009/05/03 00:25:30 deraadt Exp $
2
3SRCDIRS distrib/special
4SRCDIRS bin sbin usr.bin usr.sbin
5
6# copy the crunched binary, link to it, and kill it
7COPY	${OBJDIR}/instbin			instbin
8LINK	instbin					bin/cat
9LINK	instbin					bin/chmod bin/chgrp sbin/chown
10LINK	instbin					bin/cp
11LINK	instbin					bin/dd
12LINK	instbin					bin/df
13LINK	instbin					bin/ed
14LINK	instbin					bin/expr
15LINK	instbin					bin/hostname
16LINK	instbin					bin/ksh bin/sh
17ARGVLINK ksh					-sh
18LINK	instbin					bin/ln
19LINK	instbin					bin/ls
20LINK	instbin					bin/mkdir
21LINK	instbin					bin/mt bin/eject
22LINK	instbin					bin/mv
23LINK	instbin					bin/pax bin/tar bin/cpio
24LINK	instbin					bin/rm
25LINK	instbin					bin/sha256
26LINK	instbin					bin/sleep
27LINK	instbin					bin/stty
28LINK	instbin					sbin/dhclient
29LINK	instbin					sbin/disklabel
30LINK	instbin					sbin/dmesg
31LINK	instbin					sbin/fsck
32LINK	instbin					sbin/fsck_ffs
33LINK	instbin					sbin/ifconfig
34LINK	instbin					sbin/init
35LINK	instbin					sbin/mknod
36LINK	instbin					sbin/mount
37LINK	instbin					sbin/mount_cd9660
38LINK	instbin					sbin/mount_ffs
39LINK	instbin					sbin/mount_nfs
40LINK	instbin					sbin/newfs
41LINK	instbin					sbin/ping
42LINK	instbin					sbin/ping6
43LINK	instbin					sbin/reboot sbin/halt
44LINK	instbin					sbin/route
45LINK	instbin					sbin/rtsol
46LINK	instbin					sbin/umount
47LINK	instbin					usr/bin/ftp
48LINK	instbin					usr/bin/grep usr/bin/fgrep usr/bin/egrep
49LINK	instbin					usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
50LINK	instbin					usr/bin/less usr/bin/more
51LINK	instbin					usr/bin/sed
52LINK	instbin					sbin/sysctl
53
54# copy the MAKEDEV script and make some devices
55SCRIPT	${DESTDIR}/dev/MAKEDEV			dev/MAKEDEV
56SPECIAL	cd dev; sh MAKEDEV ramdisk
57
58# various files that we need in /etc for the install
59COPY	${DESTDIR}/etc/group			etc/group
60COPY	${CURDIR}/../../miniroot/protocols	etc/protocols
61COPY	${CURDIR}/../../miniroot/services	etc/services
62COPY	${DESTDIR}/etc/spwd.db			etc/spwd.db
63SYMLINK	/tmp/fstab.shadow			etc/fstab
64SYMLINK	/tmp/resolv.conf.shadow			etc/resolv.conf
65SYMLINK	/tmp/hosts				etc/hosts
66TERMCAP	vt100,vt220,dumb			usr/share/misc/termcap
67
68# dhcp things
69SCRIPT	${DESTDIR}/sbin/dhclient-script		sbin/dhclient-script
70
71# and the installation tools
72SCRIPT	${CURDIR}/../../miniroot/dot.profile	.profile
73SCRIPT	${CURDIR}/install.md			install.md
74SCRIPT	${CURDIR}/../../miniroot/install.sh	install
75SCRIPT	${CURDIR}/../../miniroot/upgrade.sh	upgrade
76SCRIPT	${CURDIR}/../../miniroot/install.sub	install.sub
77
78SPECIAL	chmod 755 install upgrade sbin/dhclient-script
79
80HASH	var/hash
81