# $FreeBSD: stable/9/etc/devd/Makefile 278247 2015-02-05 10:50:51Z ngie $

.include <bsd.own.mk>

FILES=

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

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

.if ${MK_USB} != "no"
FILES+=	uath.conf usb.conf
.endif

.if ${MK_ZFS} != "no"
FILES+=	zfs.conf
.endif

NO_OBJ=
FILESDIR=	/etc/devd
FILESMODE=	644

.include <bsd.prog.mk>
