The branch main has been updated by des:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=e98d3416916cdb6285d4d1807582baf6faa3ddcc

commit e98d3416916cdb6285d4d1807582baf6faa3ddcc
Author:     Dag-Erling Smørgrav <[email protected]>
AuthorDate: 2025-10-02 07:24:52 +0000
Commit:     Dag-Erling Smørgrav <[email protected]>
CommitDate: 2025-10-02 07:27:18 +0000

    nss_tacplus: Fix typo in Makefile
    
    Reported by:    ivy@
    MFC after:      3 days
---
 lib/nss_tacplus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/nss_tacplus/Makefile b/lib/nss_tacplus/Makefile
index f39788cfbdea..a969cd85778d 100644
--- a/lib/nss_tacplus/Makefile
+++ b/lib/nss_tacplus/Makefile
@@ -1,5 +1,5 @@
 LIB=           nss_tacplus
-SRCS=          ${LIB}.8
+SRCS=          ${LIB}.c
 SHLIB_MAJOR=   1
 SHLIB_NAME=    ${LIB}.so.${SHLIB_MAJOR}
 LIBADD=                tacplus

Reply via email to