diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-05 16:22:31 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-05 16:22:31 +0000 |
| commit | 0ed8966e5b5cb0f28610e02aeba63ec7cf42d960 (patch) | |
| tree | 75f1f6052848fe51100eb9e7b00a1f0b3aa09a32 /usr.sbin/acpi | |
| parent | 0a48fbc0824f1b0ef08aa95d1c10a3a81aa2edee (diff) | |
Notes
Diffstat (limited to 'usr.sbin/acpi')
| -rw-r--r-- | usr.sbin/acpi/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc index d6ce93b124d5e..9692f0abbb4d7 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 |
