aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-05-25 02:56:55 +0000
committerNate Lawson <njl@FreeBSD.org>2004-05-25 02:56:55 +0000
commitf0dfade9f719b6812776cdaa86b20a81f4c81ccf (patch)
treebe7de1cff6ca3161d16b2b29c67e31187bb1d270
parentf3fc4f8b4a61da724ede7525225d1444202d01eb (diff)
downloadsrc-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/Makefile2
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 \