1# $FreeBSD$ 2 3CONFS= nscd.conf 4PROG= nscd 5MAN= nscd.conf.5 nscd.8 6 7WARNS?= 3 8SRCS= 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 11CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/nscd.conf\"" 12 13LIBADD= util pthread 14 15.PATH: ${.CURDIR}/agents 16.include "${.CURDIR}/agents/Makefile.inc" 17.include <bsd.prog.mk> 18