Date: Sun, 29 Mar 2026 16:15:38 +0000 From: Jose Luis Duran <jlduran@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 4f0d0ed5cbe6 - main - libexec: Add pkg-serve directory Message-ID: <69c9502a.3b555.33634e9b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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 \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c9502a.3b555.33634e9b>
