Makefile revision 272149
1# $FreeBSD: stable/10/etc/devd/Makefile 272149 2014-09-26 01:08:31Z gjb $
2
3FILES=	uath.conf usb.conf
4
5.if ${MACHINE} == "powerpc"
6FILES+=	apple.conf
7.endif
8
9.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
10FILES+=	asus.conf
11.endif
12
13NO_OBJ=
14FILESDIR=	/etc/devd
15FILESMODE=	644
16
17.include <bsd.prog.mk>
18