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