summaryrefslogtreecommitdiff
path: root/crypto/buffer
diff options
context:
space:
mode:
authorulf <ulf>1999-04-27 01:13:19 +0000
committerulf <ulf>1999-04-27 01:13:19 +0000
commitcea2e5482d9d330b1f518dc9bae7e99d53ccef06 (patch)
tree410e9623b81ddcb4935d2e9d4e1dac95652dd040 /crypto/buffer
parentda67cbd3da40102050a13ec60675f06fcf08fd71 (diff)
downloadopenssl-cea2e5482d9d330b1f518dc9bae7e99d53ccef06.tar.gz
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Diffstat (limited to 'crypto/buffer')
-rw-r--r--crypto/buffer/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/buffer/Makefile.ssl b/crypto/buffer/Makefile.ssl
index 0512a209c..717615c80 100644
--- a/crypto/buffer/Makefile.ssl
+++ b/crypto/buffer/Makefile.ssl
@@ -65,7 +65,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
- $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
+ $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new