# $Source$ # $Author$ # $Id$ # # Copyright 1990 by the Massachusetts Institute of Technology. # # For copying and distribution information, please see the file # . # 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 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 ErrorTableObjectRule() all:: krb5kdc kdc5_err.c: kdc5_err.et NormalProgramTarget(krb5kdc,$(OBJS),$(DEPKDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),) clean:: $(RM) kdc5_err.h kdc5_err.c