Makefile revision 226449
1# $FreeBSD: head/etc/devd/Makefile 226449 2011-10-16 21:01:42Z nwhitehorn $
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