From 0fb72f70ae0ebc989b7f7ab2e9c0b0d82e489e64 Mon Sep 17 00:00:00 2001 From: christos Date: Sat, 10 Dec 2022 17:41:05 +0000 Subject: [PATCH] new file --- external/bsd/acpica/bin/iasl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/bsd/acpica/bin/iasl/Makefile b/external/bsd/acpica/bin/iasl/Makefile index b37cf8997f9b..4fe01adfb4d5 100644 --- a/external/bsd/acpica/bin/iasl/Makefile +++ b/external/bsd/acpica/bin/iasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2020/09/12 15:25:42 jmcneill Exp $ +# $NetBSD: Makefile,v 1.28 2022/12/10 17:41:05 christos Exp $ .include @@ -234,6 +234,7 @@ SRCS+= \ utascii.c \ utbuffer.c \ utcache.c \ + utcksum.c \ utcopy.c \ utdebug.c \ utdecode.c \