HardenedBSD/lib/nss_tacplus/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
158 B
Makefile
Raw Normal View History

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>