summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-rw-r--r--usr.sbin/acpi/Makefile.inc27
1 files changed, 0 insertions, 27 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
deleted file mode 100644
index 9692f0a..0000000
--- a/usr.sbin/acpi/Makefile.inc
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
-# $FreeBSD$
-
-ACPICA_DIR= ${.CURDIR}/../../../sys/contrib/dev/acpica
-CFLAGS+= -I${.CURDIR}/../../../sys
-
-PACKAGE= acpi
-
-.if exists(${.CURDIR}/../../Makefile.inc)
-.include "${.CURDIR}/../../Makefile.inc"
-.endif
-
-.PATH: ${ACPICA_DIR} \
- ${ACPICA_DIR}/common \
- ${ACPICA_DIR}/compiler \
- ${ACPICA_DIR}/components/debugger \
- ${ACPICA_DIR}/components/disassembler \
- ${ACPICA_DIR}/components/dispatcher \
- ${ACPICA_DIR}/components/events \
- ${ACPICA_DIR}/components/executer \
- ${ACPICA_DIR}/components/hardware \
- ${ACPICA_DIR}/components/namespace \
- ${ACPICA_DIR}/components/parser \
- ${ACPICA_DIR}/components/resources \
- ${ACPICA_DIR}/components/tables \
- ${ACPICA_DIR}/components/utilities \
- ${ACPICA_DIR}/os_specific/service_layers
OpenPOWER on IntegriCloud