NetBSD/distrib/atari/miniroot/list

50 lines
1.5 KiB
Plaintext
Raw Normal View History

2000-08-23 18:15:06 +04:00
# $NetBSD: list,v 1.9 2000/08/23 14:15:06 leo Exp $
# Usage of libhack.o reduces the instbin-size with approx. 64MB!
LIBS libhack.o
1996-05-27 16:49:49 +04:00
# Atari extra's
2000-08-23 18:15:06 +04:00
LINK instbin sbin/ahdilabel
1996-05-27 16:49:49 +04:00
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-27 16:49:49 +04:00
# `internal' crunchgen links
ARGVLINK mount_msdos msdos
# crunchgen source directory specials
2000-08-23 18:15:06 +04:00
CRUNCHSPECIAL ahdilabel srcdir /usr/src/sys/arch/atari/stand/ahdilabel/
1996-06-23 18:04:54 +04:00
CRUNCHSPECIAL loadkmap srcdir /usr/src/sys/arch/atari/stand/loadkmap/
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 dev/MAKEDEV.local
# 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-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
# 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
# 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