1# $NetBSD: list,v 1.21 2009/09/20 23:19:51 abs 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# usr/bin/file needs libz 13LIBS -lz 14 15# crunchgen source directory specials 16SPECIAL loadkmap srcdir sys/arch/amiga/stand/loadkmap 17SPECIAL vi srcdir usr.bin/nvi/build 18 19# Minimize use of MFS 20SYMLINK /tmp var/tmp 21 22# various files that we need in /etc for the install 23SYMLINK /tmp/fstab.shadow etc/fstab 24SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf 25SYMLINK /tmp/hosts etc/hosts 26 27# and the termcap file 28COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap 29 30# and the installation scripts 31COPY ${ARCHDIR}/install.md install.md 32COPY ${ARCHDIR}/dot.profile .profile 33 34# and the keyboard maps 35MTREE ./usr/share/keymaps type=dir uname=root gname=wheel mode=0755 36COPYDIR ${DESTDIR}/usr/share/keymaps/amiga usr/share/keymaps/amiga 37 38# boot loader 39COPY ${DESTDIR}/usr/mdec/boot.amiga boot.amiga 40 41# install kernel 42COPY ${KERNOBJDIR}/INSTALL/netbsd netbsd 43