blob: e1e04b8d8e1fd8c72c00b3fab44194c5e3463fa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
# $OpenBSD: list,v 1.5 1997/04/30 07:59:15 downsj Exp $
COPY ${OBJDIR}/raminst raminst
LINK raminst bin/cat
LINK raminst bin/chmod
LINK raminst bin/cp
LINK raminst bin/df
LINK raminst bin/dd
LINK raminst bin/ed
LINK raminst bin/expr
LINK raminst bin/ln
LINK raminst bin/ls
LINK raminst bin/kill
LINK raminst bin/hostname
LINK raminst bin/mkdir
LINK raminst bin/mv
LINK raminst bin/pwd
LINK raminst bin/rm
#COPY ${OBJDIR}/sh bin/sh
LINK raminst bin/sh
LINK bin/sh bin/-sh
LINK raminst bin/sleep
LINK raminst bin/stty
LINK raminst bin/sync
LINK raminst bin/test
LINK raminst bin/[
LINK raminst sbin/disklabel
LINK raminst sbin/fsck
LINK raminst sbin/halt
LINK raminst sbin/ifconfig
LINK raminst sbin/init
LINK raminst sbin/mknod
LINK raminst usr/bin/more
LINK raminst sbin/mount
LINK raminst sbin/mount_cd9660
LINK raminst sbin/mount_ffs
LINK raminst sbin/mount_kernfs
LINK raminst sbin/mount_nfs
LINK raminst sbin/mount_mfs
LINK raminst sbin/newfs
LINK raminst sbin/reboot
LINK raminst sbin/route
LINK raminst sbin/slattach
LINK raminst sbin/umount
LINK raminst usr/bin/awk
LINK raminst usr/bin/chgrp
LINK raminst usr/bin/cut
LINK raminst usr/bin/ftp
LINK raminst usr/bin/egrep
LINK raminst usr/bin/grep
LINK raminst usr/bin/gzip
LINK raminst usr/bin/less
LINK raminst usr/bin/sed
LINK raminst usr/bin/sort
LINK raminst bin/pax
LINK raminst usr/bin/tar
LINK raminst usr/bin/tip
LINK raminst usr/sbin/chat
LINK raminst usr/sbin/chown
LINK raminst usr/sbin/pppd
LINK raminst usr/bin/vi
LINK raminst usr/bin/vim
SPECIAL /bin/rm raminst
# copy the MAKEDEV script and make some devices
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
SPECIAL cd dev; sh MAKEDEV raminst
# we need the contents of /usr/mdec (XXX)
COPY ${DESTDIR}/usr/mdec/uboot.lif usr/mdec/uboot.lif
LINK usr/mdec/uboot.lif usr/mdec/bootct
LINK usr/mdec/uboot.lif usr/mdec/boothd
LINK usr/mdec/uboot.lif usr/mdec/bootsd
LINK usr/mdec/uboot.lif usr/mdec/ctboot
LINK usr/mdec/uboot.lif usr/mdec/hdboot
LINK usr/mdec/uboot.lif usr/mdec/sdboot
# various files that we need in /etc for the install
COPY rd.group etc/group
COPY rd.master.passwd etc/master.passwd
COPY rd.disktab etc/disktab
SPECIAL cd etc; pwd_mkdb -p -d . ./master.passwd
COPY ${DESTDIR}/etc/virc etc/virc
# and the common installation tools
COPY ${TOPDIR}/common/dot.commonutils .commonutils
COPY ${TOPDIR}/common/termcap.hp-vt usr/share/misc/termcap
# and the installation tools
COPY dot.profile .profile
COPY dot.instutils .instutils
COPY install.sh install
COPY install.md install.md
COPY install.sub install.sub
SPECIAL chmod 755 install
|