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