# $NetBSD: list,v 1.7 1999/03/23 10:22:31 leo Exp $ # Usage of libhack.o reduces the instbin-size with approx. 64MB! LIBS libhack.o # 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 # mount-point for kernfs SPECIAL mkdir kern # 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