git: a55640536ace - main - Install xo_emit_f.3

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 21 Sep 2024 11:26:21 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=a55640536ace15909e57c57c57cdd1270ba82da2

commit a55640536ace15909e57c57c57cdd1270ba82da2
Author:     John F. Carr <jfc@mit.edu>
AuthorDate: 2024-09-03 17:41:43 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-09-21 11:25:15 +0000

    Install xo_emit_f.3
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1406
---
 lib/libxo/libxo/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/libxo/libxo/Makefile b/lib/libxo/libxo/Makefile
index 5b40d1e26880..38e6ff031c7f 100644
--- a/lib/libxo/libxo/Makefile
+++ b/lib/libxo/libxo/Makefile
@@ -28,6 +28,7 @@ MAN+=	xo_attr.3 \
 	xo_create.3 \
 	xo_emit.3 \
 	xo_emit_err.3 \
+	xo_emit_f.3 \
 	xo_err.3 \
 	xo_error.3 \
 	xo_finish.3 \