diff --git a/Makefile b/Makefile index e9b7730..ae6e9d1 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ BRIEF = Kerberos is a network authentication protocol DESC = Kerberos is a network authentication protocol. It is designed to \ provide strong authentication for client/server applications by using \ secret-key cryptography. -SLVER = 2 +SLVER = 3 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -123,10 +123,11 @@ $(SRCDIR)/src/config.log: $(SRCDIR)/src/configure # set to a valid file, but the source make process will # be re-executed even if it isn't necessary -$(SRCDIR)/src/binfile: $(SRCDIR)/src/config.log +$(SRCDIR)/src/kdc/krb5kdc: $(SRCDIR)/src/config.log @cd $(SRCDIR)/src && make -$(ROOT): $(SRCDIR)/src/binfile +$(ROOT): $(SRCDIR)/src/kdc/krb5kdc + exit 1 @if [ -d $(ROOT) ]; then \ touch $(ROOT); \ else \