# make the Distributed Checksum Clearinghouse server

# --S-LICENSE--

# $Revision: 1.23 $
# Generated automatically from Makefile.in by configure.

DEPTH	=..
PROG	=dccd
SRCS	=$(PROG).c iflod.c oflod.c rl.c work.c

SUBDIR	=dump-clients

CFLAGS	+=$(SRVRINC)
LDADD	+=$(SRVRLIBS)
DPADD	+=$(SRVRLIBS)

.ifdef DCCD_MAX_FLOODS
CFLAGS	+=-DDCCD_MAX_FLOODS=$(DCCD_MAX_FLOODS)
.endif

DCC_BINDIR=/var/dcc/libexec
.include "$(DEPTH)/Makefile.inc"
