Date: Mon, 3 Feb 2025 16:29:25 GMT From: Zhenlei Huang <zlei@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c59932350657 - stable/13 - Install sppp man page only on i386 and amd64 Message-ID: <202502031629.513GTPL7094331@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=c59932350657220fa06dcbe62d1d876cb202746e commit c59932350657220fa06dcbe62d1d876cb202746e Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2025-02-03 16:28:37 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2025-02-03 16:28:37 +0000 Install sppp man page only on i386 and amd64 The sppp(4) module is built only on i386 and amd64. This is a direct commit to stable/13 as sppp.4 no longer exists in -current and stable/14. --- share/man/man4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index e687a2d66ce2..7de8ebb0e1ac 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -549,7 +549,7 @@ MAN= aac.4 \ spigen.4 \ ${_spkr.4} \ splash.4 \ - sppp.4 \ + ${_sppp.4} \ ste.4 \ stf.4 \ stge.4 \ @@ -872,6 +872,7 @@ _qat.4= qat.4 _rr232x.4= rr232x.4 _speaker.4= speaker.4 _spkr.4= spkr.4 +_sppp.4= sppp.4 _superio.4= superio.4 _tpm.4= tpm.4 _urtw.4= urtw.4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031629.513GTPL7094331>