diff options
Diffstat (limited to 'usr.sbin/nscd/Makefile')
-rw-r--r-- | usr.sbin/nscd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/nscd/Makefile b/usr.sbin/nscd/Makefile index 4dfd514..f743797 100644 --- a/usr.sbin/nscd/Makefile +++ b/usr.sbin/nscd/Makefile @@ -1,13 +1,13 @@ # $FreeBSD$ -PROG= cached -MAN= cached.conf.5 cached.8 +PROG= nscd +MAN= nscd.conf.5 nscd.8 WARNS?= 2 -SRCS= agent.c cached.c cachedcli.c cachelib.c cacheplcs.c debug.c log.c \ +SRCS= agent.c nscd.c nscdcli.c cachelib.c cacheplcs.c debug.c log.c \ config.c query.c mp_ws_query.c mp_rs_query.c singletons.c protocol.c \ parser.c -CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/cached.conf\"" +CFLAGS+= -DCONFIG_PATH="\"${PREFIX}/etc/nscd.conf\"" DPADD= ${LIBM} ${LIBPTHREAD} ${LIBUTIL} LDADD= -lm -lpthread -lutil |