1# $NetBSD: list,v 1.16 2002/05/29 04:11:02 lukem Exp $ 2 3# Amiga extra's 4PROG sbin/disklabel 5PROG sbin/mount_ados 6PROG sbin/mount_kernfs 7PROG usr/bin/netstat 8PROG usr/bin/printf 9PROG usr/bin/vi 10PROG usr/sbin/loadkmap 11 12# crunchgen source directory specials 13SPECIAL loadkmap srcdir sys/arch/amiga/stand/loadkmap 14SPECIAL vi srcdir usr.bin/vi/build 15 16# Minimize use of MFS 17SYMLINK /tmp var/tmp 18 19# various files that we need in /etc for the install 20COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow 21#SYMLINK /tmp/disktab.shadow etc/disktab 22SYMLINK /tmp/fstab.shadow etc/fstab 23SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 24SYMLINK /tmp/hosts etc/hosts 25 26# and the termcap file 27COPY ${ARCHDIR}/termcap.vt usr/share/misc/termcap 28 29# and the installation scripts 30COPY ${ARCHDIR}/install.md install.md 31COPY ${ARCHDIR}/dot.profile .profile 32 33# and the keyboard maps 34MTREE ./usr/share/keymaps type=dir uname=root gname=wheel mode=0755 35COPYDIR ${DESTDIR}/usr/share/keymaps/amiga usr/share/keymaps/amiga 36 37# boot loader 38COPY ${DESTDIR}/usr/mdec/boot.amiga boot.amiga 39 40# install kernel 41COPY ${KERNOBJDIR}/INSTALL/netbsd netbsd 42