svn commit: r197106 - head/usr.sbin/acpi/acpidb

Jung-uk Kim jkim at FreeBSD.org
Fri Sep 11 22:50:16 UTC 2009


Author: jkim
Date: Fri Sep 11 22:50:15 2009
New Revision: 197106
URL: http://svn.freebsd.org/changeset/base/197106

Log:
  Catch up with ACPICA 20090903.

Modified:
  head/usr.sbin/acpi/acpidb/Makefile

Modified: head/usr.sbin/acpi/acpidb/Makefile
==============================================================================
--- head/usr.sbin/acpi/acpidb/Makefile	Fri Sep 11 22:49:34 2009	(r197105)
+++ head/usr.sbin/acpi/acpidb/Makefile	Fri Sep 11 22:50:15 2009	(r197106)
@@ -38,8 +38,8 @@ SRCS+=	psargs.c psloop.c psopcode.c pspa
 # namespace
 SRCS+=	nsaccess.c nsalloc.c nsdump.c nseval.c nsinit.c		\
 	nsload.c nsnames.c nsobject.c nsparse.c nspredef.c	\
-	nssearch.c nsutils.c nswalk.c nsxfeval.c nsxfname.c	\
-	nsxfobj.c
+	nsrepair.c nssearch.c nsutils.c nswalk.c nsxfeval.c	\
+	nsxfname.c nsxfobj.c
 
 # resources
 SRCS+=	rsaddr.c rscalc.c rscreate.c rsdump.c rsinfo.c		\
@@ -52,9 +52,9 @@ SRCS+=	tbfadt.c tbfind.c tbinstal.c tbut
 
 # utilities
 SRCS+=	utalloc.c utcache.c utcopy.c utdebug.c utdelete.c	\
-	uteval.c utglobal.c utinit.c utlock.c utmath.c utmisc.c	\
-	utmutex.c utobject.c utresrc.c utstate.c uttrack.c	\
-	utxface.c
+	uteval.c utglobal.c utids.c utinit.c utlock.c utmath.c	\
+	utmisc.c utmutex.c utobject.c utresrc.c utstate.c	\
+	uttrack.c utxface.c
 
 MAN=	acpidb.8
 WARNS?=	2


More information about the svn-src-all mailing list