git: 2d00d160aefe - main - man: hook acpi_ged.4 to build.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 10:05:43 UTC
The branch main has been updated by takawata: URL: https://cgit.FreeBSD.org/src/commit/?id=2d00d160aefe3364400ded71ed307f49b725a460 commit 2d00d160aefe3364400ded71ed307f49b725a460 Author: Takanori Watanabe <takawata@FreeBSD.org> AuthorDate: 2022-10-24 23:11:49 +0000 Commit: Takanori Watanabe <takawata@FreeBSD.org> CommitDate: 2022-10-25 10:01:58 +0000 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} \