summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nscd/Makefile')
-rw-r--r--usr.sbin/nscd/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/nscd/Makefile b/usr.sbin/nscd/Makefile
deleted file mode 100644
index 298e163..0000000
--- a/usr.sbin/nscd/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-PROG= nscd
-MAN= nscd.conf.5 nscd.8
-
-WARNS?= 3
-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/nscd.conf\""
-DPADD= ${LIBM} ${LIBPTHREAD} ${LIBUTIL}
-LDADD= -lm -lpthread -lutil
-
-.PATH: ${.CURDIR}/agents
-.include "${.CURDIR}/agents/Makefile.inc"
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud