diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-10-02 07:24:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-10-02 07:27:18 +0000 |
| commit | e98d3416916cdb6285d4d1807582baf6faa3ddcc (patch) | |
| tree | 644d1d152d5dcb53419236745f78f1e8dffe1abf | |
| parent | 7841b44f8491d69c75207d0f3a1eb34501d99edd (diff) | |
nss_tacplus: Fix typo in Makefile
Reported by: ivy@
MFC after: 3 days
| -rw-r--r-- | lib/nss_tacplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
