diff options
author | njl <njl@FreeBSD.org> | 2004-05-25 02:56:55 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-05-25 02:56:55 +0000 |
commit | 20762a623d310b3cd8737634c2365c70e6e16adc (patch) | |
tree | be7de1cff6ca3161d16b2b29c67e31187bb1d270 /usr.sbin/acpi/acpidb/Makefile | |
parent | 70e389d6cfb11f189060d16fde82012e8c1d8aeb (diff) | |
download | FreeBSD-src-20762a623d310b3cd8737634c2365c70e6e16adc.zip FreeBSD-src-20762a623d310b3cd8737634c2365c70e6e16adc.tar.gz |
Add suspend/resume support to the debugger.
Diffstat (limited to 'usr.sbin/acpi/acpidb/Makefile')
-rw-r--r-- | usr.sbin/acpi/acpidb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/acpi/acpidb/Makefile b/usr.sbin/acpi/acpidb/Makefile index e8c98a6..c703224 100644 --- a/usr.sbin/acpi/acpidb/Makefile +++ b/usr.sbin/acpi/acpidb/Makefile @@ -18,7 +18,7 @@ SRCS+= dbcmds.c dbdisply.c dbexec.c dbfileio.c \ exoparg2.c exoparg3.c exoparg6.c exprep.c \ exregion.c exresnte.c exresolv.c exresop.c \ exstore.c exstoren.c exstorob.c exsystem.c exutils.c \ - hwacpi.c hwgpe.c hwregs.c \ + hwacpi.c hwgpe.c hwregs.c hwsleep.c \ nsaccess.c nsalloc.c nsdump.c nseval.c \ nsinit.c nsload.c nsnames.c nsobject.c \ nsparse.c nssearch.c nsutils.c nswalk.c \ |