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