# $Source$ # $Author$ # $Id$ # # Copyright 1990 by the Massachusetts Institute of Technology. # # For copying and distribution information, please see the file # . # DEFINES = -DBACKWARD_COMPAT INCLUDES = $(KRB4INCLUDES) SRCS= \ kdc5_err.c \ dispatch.c \ do_as_req.c \ do_tgs_req.c \ kdc_util.c \ main.c \ network.c \ policy.c \ extern.c # kerberos_v4.c OBJS= \ kdc5_err.o \ dispatch.o \ do_as_req.o \ do_tgs_req.o \ kdc_util.o \ main.o \ network.o \ policy.o \ extern.o # kerberos_v4.o ErrorTableObjectRule() all:: krb5kdc depend:: kdc5_err.c kdc5_err.c: kdc5_err.et NormalProgramTarget(krb5kdc,$(OBJS),$(DEPKDBLIB) $(DEPKLIB), \ $(KDBLIB) $(KLIB) $(KRB4LIB),) clean:: $(RM) kdc5_err.h kdc5_err.c DependTarget()