]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - etc/devd/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / etc / devd / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 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 .if ${MK_USB} != "no"
20 FILES+= uath.conf usb.conf
21 .endif
22
23 .if ${MK_ZFS} != "no"
24 FILES+= zfs.conf
25 .endif
26
27 NO_OBJ=
28 FILESDIR=       /etc/devd
29 FILESMODE=      644
30
31 .include <bsd.prog.mk>