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