diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/acpi/acpidb/Makefile | 9 | ||||
-rw-r--r-- | usr.sbin/acpi/iasl/Makefile | 8 |
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 |