xref: /dragonfly/etc/devd/Makefile (revision 896f2e3a)
1# $FreeBSD: head/etc/devd/Makefile 261894 2014-02-14 15:31:48Z avg $
2
3FILES=	uath.conf usb.conf
4
5.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
6FILES+=	asus.conf
7.endif
8
9NOOBJ=
10FILESDIR=	/etc/devd
11FILESMODE=	644
12
13.include <bsd.prog.mk>
14