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