]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/nscd/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / usr.sbin / nscd / Makefile
1 # $FreeBSD$
2
3 CONFS=  nscd.conf
4 PROG=   nscd
5 MAN=    nscd.conf.5 nscd.8
6
7 WARNS?= 3
8 SRCS=   agent.c nscd.c nscdcli.c cachelib.c cacheplcs.c debug.c log.c \
9         config.c query.c mp_ws_query.c mp_rs_query.c singletons.c protocol.c \
10         parser.c
11 CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/nscd.conf\""
12
13 LIBADD= util pthread
14
15 .PATH: ${.CURDIR}/agents
16 .include "${.CURDIR}/agents/Makefile.inc"
17 .include <bsd.prog.mk>