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