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/libi386 \ 25 sys/boot/i386/libfirewire \ 26 sys/boot/i386/loader \ 27 sys/boot/i386/pxeldr \ 28 sys/boot/i386/zfsboot \ 29 sys/boot/i386/gptzfsboot \ 30 sys/boot/i386/zfsloader \ 31 32 33DIRDEPS.amd64= \ 34 ${DIRDEPS.x86sys} \ 35 sys/boot/efi/libefi \ 36 sys/boot/zfs \ 37 sys/boot/userboot/ficl \ 38 sys/boot/userboot/libstand \ 39 sys/boot/userboot/test \ 40 sys/boot/userboot/userboot \ 41 42DIRDEPS.arm= sys/boot/fdt sys/boot/uboot 43DIRDEPS.i386= ${DIRDEPS.x86sys} sys/boot/efi/libefi sys/boot/zfs 44DIRDEPS.powerpc= sys/boot/fdt sys/boot/ofw sys/boot/uboot 45DIRDEPS.sparc64= sys/boot/ofw sys/boot/zfs 46 47DIRDEPS+= ${DIRDEPS.${MACHINE}:U} 48 49.include <dirdeps.mk> 50