mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
6c5cdba1ba
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D40133
10 lines
158 B
Makefile
10 lines
158 B
Makefile
LIB= nss_tacplus
|
|
SRCS= ${LIB}.8
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_NAME= ${LIB}.so.${SHLIB_MAJOR}
|
|
LIBADD= tacplus
|
|
MK_INSTALLIB= no
|
|
MAN= ${LIB}.8
|
|
|
|
.include <bsd.lib.mk>
|