Changeset View
Changeset View
Standalone View
Standalone View
lib/libtacplus/Makefile
Show All 22 Lines | |||||
# SUCH DAMAGE. | # SUCH DAMAGE. | ||||
# | # | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
LIB= tacplus | LIB= tacplus | ||||
SRCS= taclib.c | SRCS= taclib.c | ||||
INCS= taclib.h | INCS= taclib.h | ||||
CFLAGS+= -Wall | CFLAGS+= -Wall | ||||
LIBADD= md | LIBADD= md pam | ||||
SHLIB_MAJOR= 5 | SHLIB_MAJOR= 5 | ||||
MAN= libtacplus.3 tacplus.conf.5 | MAN= libtacplus.3 tacplus.conf.5 | ||||
WARNS?= 2 | WARNS?= 2 | ||||
.include <bsd.lib.mk> | .include <bsd.lib.mk> |