1# $FreeBSD$ 2 3# This file is not autogenerated - take care! 4 5DIRDEPS = \ 6 rescue/librescue \ 7 rescue/rescue \ 8 sys/boot/ficl \ 9 etc/sendmail \ 10 11 12 13DIRDEPS.x86sys= \ 14 sys/boot/i386/mbr \ 15 sys/boot/i386/pmbr \ 16 sys/boot/i386/boot0 \ 17 sys/boot/i386/boot0sio \ 18 sys/boot/i386/btx/btx \ 19 sys/boot/i386/btx/btxldr \ 20 sys/boot/i386/btx/lib \ 21 sys/boot/i386/boot2 \ 22 sys/boot/i386/cdboot \ 23 sys/boot/i386/gptboot \ 24 sys/boot/i386/kgzldr \ 25 sys/boot/i386/libi386 \ 26 sys/boot/i386/libfirewire \ 27 sys/boot/i386/loader \ 28 sys/boot/i386/pxeldr \ 29 sys/boot/i386/zfsboot \ 30 sys/boot/i386/gptzfsboot \ 31 sys/boot/i386/zfsloader \ 32 33 34DIRDEPS.amd64= \ 35 ${DIRDEPS.x86sys} \ 36 sys/boot/efi/libefi \ 37 sys/boot/zfs \ 38 sys/boot/userboot/ficl \ 39 sys/boot/userboot/libstand \ 40 sys/boot/userboot/test \ 41 sys/boot/userboot/userboot \ 42 43DIRDEPS.arm= sys/boot/fdt sys/boot/uboot 44DIRDEPS.i386= ${DIRDEPS.x86sys} sys/boot/efi/libefi sys/boot/zfs 45DIRDEPS.ia64= sys/boot/efi/libefi sys/boot/zfs 46DIRDEPS.powerpc= sys/boot/fdt sys/boot/ofw sys/boot/uboot 47DIRDEPS.sparc64= sys/boot/ofw sys/boot/zfs 48 49DIRDEPS+= ${DIRDEPS.${MACHINE}:U} 50 51.include <dirdeps.mk> 52