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