diff options
author | Nate Lawson <njl@FreeBSD.org> | 2004-05-25 02:56:55 +0000 |
---|---|---|
committer | Nate Lawson <njl@FreeBSD.org> | 2004-05-25 02:56:55 +0000 |
commit | f0dfade9f719b6812776cdaa86b20a81f4c81ccf (patch) | |
tree | be7de1cff6ca3161d16b2b29c67e31187bb1d270 | |
parent | f3fc4f8b4a61da724ede7525225d1444202d01eb (diff) | |
download | src-f0dfade9f719b6812776cdaa86b20a81f4c81ccf.tar.gz src-f0dfade9f719b6812776cdaa86b20a81f4c81ccf.zip |
Add suspend/resume support to the debugger.
Notes
Notes:
svn path=/head/; revision=129693
-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 e8c98a6b4eb1..c70322421b88 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 \ |