Skip to content

Commit 8699896

Browse files
committed
nss_tacplus: Fix typo MK_INSTALLIB -> MK_INSTALLLIB
Reviewed by: des Approved by: emaste (mentor) Fixes: 6c5cdba ("Add nss_tacplus, a TACACS+ NSS module.") MFC after: 1 day Differential Revision: https://reviews.freebsd.org/D52882 (cherry picked from commit 75f7e00)
1 parent 8583840 commit 8699896

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ObsoleteFiles.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
# xargs -n1 | sort | uniq -d;
5252
# done
5353

54+
# 20251006: Remove libnss_tacplus.a (it never should have been installed)
55+
OLD_FILES+=usr/lib/libnss_tacplus.a
56+
5457
# 20250812: Remove a bogus manlink
5558
OLD_FILES+=usr/share/man/man3/quota_statfs.3.gz
5659

lib/nss_tacplus/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SRCS= ${LIB}.c
33
SHLIB_MAJOR= 1
44
SHLIB_NAME= ${LIB}.so.${SHLIB_MAJOR}
55
LIBADD= tacplus
6-
MK_INSTALLIB= no
6+
MK_INSTALLLIB= no
77
MAN= ${LIB}.8
88

99
.include <bsd.lib.mk>

0 commit comments

Comments
 (0)