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