36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
# $NetBSD: list,v 1.3 1996/05/27 15:53:39 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
|
|
|
|
# `internal' crunchgen links
|
|
ARGVLINK mount_msdos msdos
|
|
|
|
# crunchgen source directory specials
|
|
CRUNCHSPECIAL edahdi srcdir /usr/src/sys/arch/atari/stand/edahdi/
|
|
|
|
# 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
|
|
|