]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/devd/Makefile
MFC r271493,271688,271689,271696,271854:
[FreeBSD/stable/10.git] / etc / devd / Makefile
1 # $FreeBSD$
2
3 FILES=  uath.conf usb.conf
4
5 .if ${MACHINE} == "powerpc"
6 FILES+= apple.conf
7 .endif
8
9 .if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
10 FILES+= asus.conf
11 .endif
12
13 .if ${MK_HYPERV} != "no"
14 FILES+= hyperv.conf
15 .endif
16
17 NO_OBJ=
18 FILESDIR=       /etc/devd
19 FILESMODE=      644
20
21 .include <bsd.prog.mk>