git: 4f0d0ed5cbe6 - main - libexec: Add pkg-serve directory
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Mar 2026 16:15:38 UTC
The branch main has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=4f0d0ed5cbe6d66c496ed124110e24fb6092d480
commit 4f0d0ed5cbe6d66c496ed124110e24fb6092d480
Author: Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-03-29 16:13:09 +0000
Commit: Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-03-29 16:13:09 +0000
libexec: Add pkg-serve directory
Add pkg-serve to the list of subdirectories in the Makefile.
Reviewed by: bapt
Fixes: b42e852e89cb ("pkg-serve(8): serve pkg repositories over TCP via inetd (8)")
Differential Revision: https://reviews.freebsd.org/D56009
---
libexec/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libexec/Makefile b/libexec/Makefile
index bfcd55b255c7..a5e3ea655a9e 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -14,6 +14,7 @@ SUBDIR= ${_atf} \
${_makewhatis.local} \
${_mknetid} \
${_phttpget} \
+ ${_pkgserve} \
${_pppoed} \
rc \
revnetgroup \