]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/devd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 NO_OBJ=
14 FILESDIR=       /etc/devd
15 FILESMODE=      644
16
17 .include <bsd.prog.mk>