mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D40133
9 lines
158 B
Makefile
9 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>
|