]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/devd/Makefile
Import tzdata 2019c.
[FreeBSD/FreeBSD.git] / etc / devd / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 FILEGROUPS=     FILES
6
7 .if ${MACHINE} == "powerpc"
8 FILES+= apple.conf
9 .endif
10
11 .if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
12 .if ${MK_ACPI} != "no"
13 FILES+= asus.conf
14 .endif
15 .if ${MK_HYPERV} != "no"
16 FILES+= hyperv.conf
17 .endif
18 .endif
19
20 .if ${MK_USB} != "no"
21 FILES+= uath.conf ulpt.conf usb.conf
22 .endif
23
24 .if ${MK_ZFS} != "no"
25 FILES+= zfs.conf
26 .endif
27
28 NO_OBJ=
29 FILESDIR=       /etc/devd
30 FILESMODE=      644
31
32 .include <bsd.prog.mk>