]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/devd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>