summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-05 16:22:31 +0000
committerbapt <bapt@FreeBSD.org>2015-03-05 16:22:31 +0000
commit5bd9a0b317c62f13b5decc06ca87d0ad511f37df (patch)
tree75f1f6052848fe51100eb9e7b00a1f0b3aa09a32 /usr.sbin/acpi/Makefile.inc
parent427b397417ca7b8af7608de868215a665ed4e128 (diff)
downloadFreeBSD-src-5bd9a0b317c62f13b5decc06ca87d0ad511f37df.zip
FreeBSD-src-5bd9a0b317c62f13b5decc06ca87d0ad511f37df.tar.gz
Make acpi an individual package
Flag /etc/devd/asus.conf as a config file so it will be automatically merged on updates
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-rw-r--r--usr.sbin/acpi/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
index d6ce93b..9692f0a 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -4,6 +4,8 @@
ACPICA_DIR= ${.CURDIR}/../../../sys/contrib/dev/acpica
CFLAGS+= -I${.CURDIR}/../../../sys
+PACKAGE= acpi
+
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
OpenPOWER on IntegriCloud