blob: 45f6891b851def38b1dde9adecde158fff6df11f (
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
|
# $NetBSD: list,v 1.1.1.1.4.2 1996/07/15 06:33:32 leo Exp $
# Atari extra's
LINK instbin sbin/edahdi
LINK instbin sbin/edlabel
LINK instbin sbin/mount_msdos
LINK instbin sbin/mount_kernfs
LINK instbin usr/bin/printf
LINK instbin usr/sbin/loadkmap
# `internal' crunchgen links
ARGVLINK mount_msdos msdos
# crunchgen source directory specials
CRUNCHSPECIAL edahdi srcdir /usr/src/sys/arch/atari/stand/edahdi/
CRUNCHSPECIAL loadkmap srcdir /usr/src/sys/arch/atari/stand/loadkmap/
# copy the MAKEDEV script and make some devices
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local
SPECIAL cd dev; sh MAKEDEV floppy
SPECIAL /bin/rm dev/MAKEDEV
# various files that we need in /etc for the install
COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
#SYMLINK /tmp/disktab.shadow etc/disktab
#SYMLINK /tmp/fstab.shadow etc/fstab
#SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
#SYMLINK /tmp/hosts etc/hosts
# and the termcap file
COPY ${ARCHDIR}/termcap.vt usr/share/misc/termcap
# and the installation scripts
COPY ${ARCHDIR}/install.md install.md
COPY ${ARCHDIR}/dot.profile .profile
# and the keyboard maps
COPYDIR ${DESTDIR}/usr/share/keymaps/atari usr/share/keymaps/atari
# remove the /usr/share/zoneinfo directory, so the installation script
# can determine that the atari install does not support it.
SPECIAL rmdir usr/share/zoneinfo
|