]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - etc/devd/Makefile
MFstable/10 r278244:
[FreeBSD/stable/9.git] / etc / devd / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
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_USB} != "no"
14 FILES+= uath.conf usb.conf
15 .endif
16
17 .if ${MK_ZFS} != "no"
18 FILES+= zfs.conf
19 .endif
20
21 NO_OBJ=
22 FILESDIR=       /etc/devd
23 FILESMODE=      644
24
25 .include <bsd.prog.mk>