diff options
Diffstat (limited to 'crypto/dso/Makefile')
-rw-r--r-- | crypto/dso/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/dso/Makefile b/crypto/dso/Makefile index fb2709e..36b8ead 100644 --- a/crypto/dso/Makefile +++ b/crypto/dso/Makefile @@ -63,6 +63,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) |