diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-03-29 16:13:09 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-03-29 16:13:09 +0000 |
| commit | 4f0d0ed5cbe6d66c496ed124110e24fb6092d480 (patch) | |
| tree | a6ef96fc96baf3b924cb3755372b70d00a6f812f | |
| parent | 920ad3cef178c9bea37c0d07c22440828a5cb7c8 (diff) | |
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
| -rw-r--r-- | libexec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
