1997-08-04 00:12:17 +04:00
|
|
|
# $NetBSD: list,v 1.6 1997/08/03 20:12:17 leo Exp $
|
1996-05-19 23:43:36 +04:00
|
|
|
|
1996-05-27 16:49:49 +04:00
|
|
|
# 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
|
1996-06-23 18:04:54 +04:00
|
|
|
LINK instbin usr/sbin/loadkmap
|
1996-05-19 23:43:36 +04:00
|
|
|
|
1996-05-27 16:49:49 +04:00
|
|
|
# `internal' crunchgen links
|
|
|
|
ARGVLINK mount_msdos msdos
|
1996-05-19 23:43:36 +04:00
|
|
|
|
|
|
|
# crunchgen source directory specials
|
1996-05-27 16:49:49 +04:00
|
|
|
CRUNCHSPECIAL edahdi srcdir /usr/src/sys/arch/atari/stand/edahdi/
|
1996-06-23 18:04:54 +04:00
|
|
|
CRUNCHSPECIAL loadkmap srcdir /usr/src/sys/arch/atari/stand/loadkmap/
|
1996-05-19 23:43:36 +04:00
|
|
|
|
1996-05-27 16:49:49 +04:00
|
|
|
# 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
|
1996-05-19 23:43:36 +04:00
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
1996-05-27 19:53:39 +04:00
|
|
|
COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
|
1996-05-27 16:49:49 +04:00
|
|
|
#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
|
1996-05-19 23:43:36 +04:00
|
|
|
|
1996-05-27 16:49:49 +04:00
|
|
|
# and the termcap file
|
1996-05-27 19:53:39 +04:00
|
|
|
COPY ${ARCHDIR}/termcap.vt usr/share/misc/termcap
|
1996-05-19 23:43:36 +04:00
|
|
|
|
|
|
|
# and the installation scripts
|
1996-05-27 19:53:39 +04:00
|
|
|
COPY ${ARCHDIR}/install.md install.md
|
|
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
1996-05-27 16:49:49 +04:00
|
|
|
|
1996-06-23 18:04:54 +04:00
|
|
|
# and the keyboard maps
|
1996-07-15 10:24:07 +04:00
|
|
|
COPYDIR ${DESTDIR}/usr/share/keymaps/atari usr/share/keymaps/atari
|
1996-06-23 18:04:54 +04:00
|
|
|
|
1997-08-04 00:12:17 +04:00
|
|
|
# mount-point for kernfs
|
|
|
|
SPECIAL mkdir kern
|
|
|
|
|
1996-06-23 18:04:54 +04:00
|
|
|
# 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
|