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