From 2d00d160aefe3364400ded71ed307f49b725a460 Mon Sep 17 00:00:00 2001 From: Takanori Watanabe Date: Tue, 25 Oct 2022 08:11:49 +0900 Subject: [PATCH] man: hook acpi_ged.4 to build. Submittet by: yuri@astern.org Differential Revision: https://reviews.freebsd.org/D37114 --- share/man/man4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 34cc10f59ff4..4650d9d3ede8 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -15,6 +15,7 @@ MAN= aac.4 \ ${_acpi_panasonic.4} \ ${_acpi_rapidstart.4} \ ${_acpi_sony.4} \ + acpi_ged.4 \ acpi_thermal.4 \ acpi_battery.4 \ ${_acpi_toshiba.4} \