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