summaryrefslogtreecommitdiffstats
path: root/etc/devd/Makefile
blob: a6c3b58c6642e9b4e69703a0c74206c3f8dfb85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

.include <bsd.own.mk>

FILES=	uath.conf usb.conf zfs.conf

.if ${MACHINE} == "powerpc"
FILES+=	apple.conf
.endif

.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
FILES+=	asus.conf
.endif

.if ${MK_HYPERV} != "no"
FILES+=	hyperv.conf
.endif

NO_OBJ=
FILESDIR=	/etc/devd
FILESMODE=	644

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud