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