Makefile revision 278244
1# $FreeBSD: stable/10/etc/devd/Makefile 278244 2015-02-05 10:21:21Z ngie $
2
3.include <bsd.own.mk>
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
17.if ${MK_USB} != "no"
18FILES+=	uath.conf usb.conf
19.endif
20
21.if ${MK_ZFS} != "no"
22FILES+=	zfs.conf
23.endif
24
25NO_OBJ=
26FILESDIR=	/etc/devd
27FILESMODE=	644
28
29.include <bsd.prog.mk>
30