Makefile revision 272128
1# $FreeBSD: stable/10/etc/devd/Makefile 272128 2014-09-25 20:34:13Z delphij $
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
13.if ${MK_HYPERV} != "no"
14FILES+=	hyperv.conf
15.endif
16
17NO_OBJ=
18FILESDIR=	/etc/devd
19FILESMODE=	644
20
21.include <bsd.prog.mk>
22