Makefile revision 272322
1# $FreeBSD: stable/10/etc/devd/Makefile 272322 2014-09-30 17:54:57Z delphij $
2
3.include <bsd.own.mk>
4
5FILES=	uath.conf usb.conf
6
7.if ${MACHINE} == "powerpc"
8FILES+=	apple.conf
9.endif
10
11.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
12FILES+=	asus.conf
13.endif
14
15.if ${MK_HYPERV} != "no"
16FILES+=	hyperv.conf
17.endif
18
19NO_OBJ=
20FILESDIR=	/etc/devd
21FILESMODE=	644
22
23.include <bsd.prog.mk>
24