git: eac6f90ce161 - stable/14 - flua: Connect man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Aug 2025 14:58:46 UTC
The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=eac6f90ce161775ac803747c24680eb3d4a921ff commit eac6f90ce161775ac803747c24680eb3d4a921ff Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-04-15 15:23:39 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-08-29 14:57:36 +0000 flua: Connect man page The flua man page was MFC'd but the Makefile update was dropped accidentally. (cherry picked from commit 550289771d5cb73befb6a1645fb9cdf0b9fb65a7) Fixes: d967c87d073d1307dfd51ab9335ead472a05e6bd Sponsored by: The FreeBSD Foundation --- libexec/flua/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libexec/flua/Makefile b/libexec/flua/Makefile index a788bb57dcd7..2cfa8649fc01 100644 --- a/libexec/flua/Makefile +++ b/libexec/flua/Makefile @@ -12,7 +12,6 @@ LUASRC?= ${SRCTOP}/contrib/lua/src PROG= flua WARNS?= 3 -MAN= # No manpage; this is internal. CWARNFLAGS.gcc+= -Wno-format-nonliteral