summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/acpi')
-rw-r--r--usr.sbin/acpi/Makefile2
-rw-r--r--usr.sbin/acpi/Makefile.inc2
-rw-r--r--usr.sbin/acpi/acpidump/Makefile3
-rw-r--r--usr.sbin/acpi/amldb/Makefile6
4 files changed, 7 insertions, 6 deletions
diff --git a/usr.sbin/acpi/Makefile b/usr.sbin/acpi/Makefile
index f43e421..953eca7 100644
--- a/usr.sbin/acpi/Makefile
+++ b/usr.sbin/acpi/Makefile
@@ -1,8 +1,6 @@
-#
# Makefile for acpi tools
# $Id: Makefile,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
-#
SUBDIR= acpiconf acpidump amldb
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
index 66c3de7..c5f729f 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -1,6 +1,6 @@
# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
-CFLAGS+= -I${.CURDIR}/../../../sys
+CFLAGS+= -I${.CURDIR}/../../../sys
.include "../Makefile.inc"
diff --git a/usr.sbin/acpi/acpidump/Makefile b/usr.sbin/acpi/acpidump/Makefile
index f63f558..bb7a454 100644
--- a/usr.sbin/acpi/acpidump/Makefile
+++ b/usr.sbin/acpi/acpidump/Makefile
@@ -2,8 +2,9 @@
# $FreeBSD$
PROG= acpidump
-SRCS= acpi.c acpi_user.c asl_dump.c aml_dump.c acpidump.c
MAN= acpidump.8
+SRCS= acpi.c acpi_user.c asl_dump.c aml_dump.c acpidump.c
+
#DEBUG_FLAGS= -g
.include <bsd.prog.mk>
diff --git a/usr.sbin/acpi/amldb/Makefile b/usr.sbin/acpi/amldb/Makefile
index f5aa849..3d5b656 100644
--- a/usr.sbin/acpi/amldb/Makefile
+++ b/usr.sbin/acpi/amldb/Makefile
@@ -2,9 +2,11 @@
# $FreeBSD$
PROG= amldb
-SRCS= amldb.c debug.c region.c
-SRCS+= aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c aml_obj.c aml_evalobj.c aml_common.c
MAN= amldb.8
+SRCS= amldb.c debug.c region.c
+SRCS+= aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c \
+ aml_obj.c aml_evalobj.c aml_common.c
+
#DEBUG_FLAGS= -g
CFLAGS+= -I${.CURDIR}
OpenPOWER on IntegriCloud