]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/nscd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / nscd / Makefile
1 # $FreeBSD$
2
3 PROG=   nscd
4 MAN=    nscd.conf.5 nscd.8
5
6 WARNS?= 3
7 SRCS=   agent.c nscd.c nscdcli.c cachelib.c cacheplcs.c debug.c log.c \
8         config.c query.c mp_ws_query.c mp_rs_query.c singletons.c protocol.c \
9         parser.c
10 CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/nscd.conf\""
11 DPADD=  ${LIBM} ${LIBPTHREAD} ${LIBUTIL}
12 LDADD=  -lm -lpthread -lutil
13
14 .PATH: ${.CURDIR}/agents
15 .include "${.CURDIR}/agents/Makefile.inc"
16 .include <bsd.prog.mk>