freebsd-dev/etc/devd/Makefile
Baptiste Daroussin 0ed8966e5b Make acpi an individual package
Flag /etc/devd/asus.conf as a config file so it will be automatically merged on updates
2015-03-05 16:22:31 +00:00

38 lines
535 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
FILEGROUPS= FILES
.if ${MACHINE} == "powerpc"
FILES+= apple.conf
.endif
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
.if ${MK_ACPI} != "no"
FILESGROUPS+= ACPI
ACPI= asus.conf
ACPIPACKAGE= acpi
ACPIDIR= /etc/devd
ACPITAGS= config
ACPIMODE= 644
.endif
.if ${MK_HYPERV} != "no"
FILES+= hyperv.conf
.endif
.endif
.if ${MK_USB} != "no"
FILES+= uath.conf ulpt.conf usb.conf
.endif
.if ${MK_ZFS} != "no"
FILES+= zfs.conf
.endif
NO_OBJ=
FILESDIR= /etc/devd
FILESMODE= 644
.include <bsd.prog.mk>