diff options
Diffstat (limited to 'crypto/krb5/Makefile')
-rw-r--r-- | crypto/krb5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/krb5/Makefile b/crypto/krb5/Makefile index 1407739..8b9a01a 100644 --- a/crypto/krb5/Makefile +++ b/crypto/krb5/Makefile @@ -62,6 +62,8 @@ tests: lint: lint -DLINT $(INCLUDES) $(SRC)>fluff +update: depend + depend: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) |