mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:51:04 +01:00
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>
|