From f0dfade9f719b6812776cdaa86b20a81f4c81ccf Mon Sep 17 00:00:00 2001 From: Nate Lawson Date: Tue, 25 May 2004 02:56:55 +0000 Subject: [PATCH] Add suspend/resume support to the debugger. --- usr.sbin/acpi/acpidb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \