summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-01-11 23:06:37 +0000
committerjkim <jkim@FreeBSD.org>2012-01-11 23:06:37 +0000
commitbc4ff2032458d652047da7d7bd0545d5fb33ce4f (patch)
tree7927e237f9d4daad1b3e7f1391b558376e23e730 /usr.sbin/acpi
parent74567f2f6d8376821c9dfb92e24c44ad7d3bcab2 (diff)
parent4cca06feceaf26d2d8b24e1d834b5ab61208d3fa (diff)
downloadFreeBSD-src-bc4ff2032458d652047da7d7bd0545d5fb33ce4f.zip
FreeBSD-src-bc4ff2032458d652047da7d7bd0545d5fb33ce4f.tar.gz
Merge ACPICA 20120111.
Diffstat (limited to 'usr.sbin/acpi')
-rw-r--r--usr.sbin/acpi/acpidb/Makefile9
-rw-r--r--usr.sbin/acpi/iasl/Makefile8
2 files changed, 9 insertions, 8 deletions
diff --git a/usr.sbin/acpi/acpidb/Makefile b/usr.sbin/acpi/acpidb/Makefile
index 3918108..0557802 100644
--- a/usr.sbin/acpi/acpidb/Makefile
+++ b/usr.sbin/acpi/acpidb/Makefile
@@ -56,10 +56,11 @@ SRCS+= tbfadt.c tbfind.c tbinstal.c tbutils.c tbxface.c \
tbxfroot.c
# utilities
-SRCS+= utalloc.c utcache.c utcopy.c utdebug.c utdecode.c \
- utdelete.c uteval.c utglobal.c utids.c utinit.c \
- utlock.c utmath.c utmisc.c utmutex.c utobject.c utosi.c \
- utresrc.c utstate.c uttrack.c utxface.c utxferror.c
+SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \
+ utdecode.c utdelete.c uteval.c utglobal.c utids.c \
+ utinit.c utlock.c utmath.c utmisc.c utmutex.c \
+ utobject.c utosi.c utresrc.c utstate.c uttrack.c \
+ utxface.c utxferror.c
MAN= acpidb.8
WARNS?= 2
diff --git a/usr.sbin/acpi/iasl/Makefile b/usr.sbin/acpi/iasl/Makefile
index 993ecae..fd83958 100644
--- a/usr.sbin/acpi/iasl/Makefile
+++ b/usr.sbin/acpi/iasl/Makefile
@@ -55,10 +55,10 @@ SRCS+= osunixxf.c
SRCS+= tbfadt.c tbinstal.c tbutils.c tbxface.c
# utilities
-SRCS+= utalloc.c utcache.c utcopy.c utdebug.c utdecode.c \
- utdelete.c utglobal.c utinit.c utlock.c utmath.c \
- utmisc.c utmutex.c utobject.c utosi.c utresrc.c \
- utstate.c utxface.c utxferror.c
+SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \
+ utdecode.c utdelete.c utglobal.c utinit.c utlock.c \
+ utmath.c utmisc.c utmutex.c utobject.c utosi.c \
+ utresrc.c utstate.c utxface.c utxferror.c
WARNS?= 2
OpenPOWER on IntegriCloud