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