]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/devd/Makefile
MFV r322231:
[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 FILES+= devmatch.conf
16 .if ${MK_HYPERV} != "no"
17 FILES+= hyperv.conf
18 .endif
19 .endif
20
21 .if ${MK_USB} != "no"
22 FILES+= uath.conf ulpt.conf
23 .endif
24
25 .if ${MK_ZFS} != "no"
26 FILES+= zfs.conf
27 .endif
28
29 NO_OBJ=
30 FILESDIR=       /etc/devd
31 FILESMODE=      644
32
33 .include <bsd.prog.mk>