diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-06-11 17:56:16 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-06-11 17:56:16 +0000 |
commit | a9745f9a849725cad34f84351bed202839aade59 (patch) | |
tree | 686ec4279139441a2f9d947dceec492e54ff569c /crypto/lhash/Makefile | |
parent | 3d2030852da420b820a661e7b19bb757487e2599 (diff) | |
download | src-test2-a9745f9a849725cad34f84351bed202839aade59.tar.gz src-test2-a9745f9a849725cad34f84351bed202839aade59.zip |
Notes
Diffstat (limited to 'crypto/lhash/Makefile')
-rw-r--r-- | crypto/lhash/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/lhash/Makefile b/crypto/lhash/Makefile index 82bddac47450..c7f4365f0ab9 100644 --- a/crypto/lhash/Makefile +++ b/crypto/lhash/Makefile @@ -61,6 +61,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) |