xref: /openbsd/distrib/macppc/ramdisk/list (revision 5af055cd)
1#	$OpenBSD: list,v 1.60 2015/04/13 21:27:07 deraadt Exp $
2
3SRCDIRS distrib/special
4
5# copy the crunched binary, link to it, and kill it
6COPY	${OBJDIR}/instbin			instbin
7LINK	instbin					bin/arch
8LINK	instbin					bin/cat
9LINK	instbin					bin/chmod bin/chgrp sbin/chown
10LINK	instbin					bin/cp
11LINK	instbin					bin/date
12LINK	instbin					bin/dd
13LINK	instbin					bin/df
14LINK	instbin					bin/ed
15LINK	instbin					bin/hostname
16LINK	instbin					bin/ksh bin/sh
17ARGVLINK ksh					-sh
18LINK	instbin					bin/ln
19LINK	instbin					bin/ls
20LINK	instbin					bin/md5 bin/sha256 bin/sha512
21SPECIAL	rm bin/md5
22LINK	instbin					bin/mkdir
23LINK	instbin					bin/mt bin/eject
24LINK	instbin					bin/mv
25LINK	instbin					bin/pax bin/tar
26LINK	instbin					bin/rm
27LINK	instbin					bin/sleep
28LINK	instbin					bin/stty
29LINK	instbin					bin/sync
30LINK	instbin					sbin/bioctl
31LINK	instbin					sbin/dhclient
32LINK	instbin					sbin/disklabel
33LINK	instbin					sbin/dmesg
34LINK	instbin					sbin/fdisk
35LINK	instbin					sbin/fsck
36LINK	instbin					sbin/fsck_ffs
37LINK	instbin					sbin/ifconfig
38LINK	instbin					sbin/init
39LINK	instbin					sbin/mknod
40LINK	instbin					sbin/mount
41LINK	instbin					sbin/mount_cd9660
42LINK	instbin					sbin/mount_ffs
43LINK	instbin					sbin/mount_msdos
44LINK	instbin					sbin/mount_nfs
45LINK	instbin					sbin/mount_udf
46LINK	instbin					sbin/newfs
47LINK	instbin					sbin/newfs_msdos
48LINK	instbin					sbin/pdisk
49LINK	instbin					sbin/ping
50LINK	instbin					sbin/ping6
51LINK	instbin					sbin/reboot sbin/halt
52LINK	instbin					sbin/route
53LINK	instbin					sbin/sysctl
54LINK	instbin					sbin/umount
55LINK	instbin					usr/bin/encrypt
56LINK	instbin					usr/bin/ftp
57LINK	instbin					usr/bin/grep usr/bin/egrep usr/bin/fgrep
58LINK	instbin					usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
59LINK	instbin					usr/bin/more usr/bin/less
60LINK	instbin					usr/bin/sed
61LINK	instbin					usr/bin/signify
62LINK	instbin					usr/sbin/chroot
63LINK	instbin					usr/sbin/pwd_mkdb
64
65# copy the MAKEDEV script and make some devices
66SCRIPT	${DESTDIR}/dev/MAKEDEV			dev/MAKEDEV
67SPECIAL	cd dev; sh MAKEDEV ramdisk
68
69# for fdisk(8)
70COPY	${DESTDIR}/usr/mdec/mbr			usr/mdec/mbr
71
72# various files that we need in /etc for the install
73COPY	${DESTDIR}/etc/group			etc/group
74COPY	${CURDIR}/../../miniroot/master.passwd	etc/master.passwd
75SPECIAL	pwd_mkdb -p -d etc master.passwd; rm etc/master.passwd
76COPY	${DESTDIR}/etc/signify/openbsd-${REV}-base.pub	etc/signify/openbsd-${REV}-base.pub
77COPY	${CURDIR}/../../miniroot/protocols	etc/protocols
78COPY	${CURDIR}/../../miniroot/services	etc/services
79SYMLINK	/tmp/fstab.shadow			etc/fstab
80SYMLINK	/tmp/resolv.conf.shadow			etc/resolv.conf
81SYMLINK	/tmp/hosts				etc/hosts
82TERMCAP	vt100,vt220,dumb			usr/share/misc/termcap
83
84# firmware we might need
85#COPY	${DESTDIR}/etc/firmware/tigon1		etc/firmware/tigon1
86#COPY	${DESTDIR}/etc/firmware/tigon2		etc/firmware/tigon2
87COPY	${DESTDIR}/etc/firmware/kue		etc/firmware/kue
88COPY	${DESTDIR}/etc/firmware/rum-rt2573	etc/firmware/rum-rt2573
89COPY	${DESTDIR}/etc/firmware/run-rt2870	etc/firmware/run-rt2870
90COPY	${DESTDIR}/etc/firmware/run-rt3071	etc/firmware/run-rt3071
91
92# and the installation tools
93SCRIPT	${CURDIR}/../../miniroot/dot.profile	.profile
94SCRIPT	${CURDIR}/install.md			install.md
95SCRIPT	${CURDIR}/../../miniroot/upgrade.sh	upgrade
96SCRIPT	${CURDIR}/../../miniroot/install.sh	install
97SCRIPT	${CURDIR}/../../miniroot/install.sub	install.sub
98SPECIAL	chmod 755 install upgrade
99
100TZ
101