diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kdc/Imakefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/kdc/Imakefile b/src/kdc/Imakefile index 1abf08734..abf759891 100644 --- a/src/kdc/Imakefile +++ b/src/kdc/Imakefile @@ -22,6 +22,11 @@ OBJS= \ ErrorTableObjectRule() -all:: krb5kdc $(SRCS) +all:: krb5kdc + +kdc5_err.c: kdc5_err.et NormalProgramTarget(krb5kdc,$(OBJS),$(DEPKDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),) + +clean:: + $(RM) kdc5_err.h kdc5_err.c |
