# crunchgen source directory specials
SPECIAL loadkmap srcdir sys/arch/amiga/stand/loadkmap
SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi
# Minimize use of MFS
SYMLINK /tmp var/tmp
# various files that we need in /etc for the install
SYMLINK /tmp/fstab.shadow etc/fstab
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
SYMLINK /tmp/hosts etc/hosts
# and the installation scripts
COPY ${ARCHDIR}/install.md install.md
COPY ${ARCHDIR}/dot.profile .profile
# and the keyboard maps
MTREE ./usr/share/keymaps type=dir uname=root gname=wheel mode=0755
COPYDIR ${DESTDIR}/usr/share/keymaps/amiga usr/share/keymaps/amiga