summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects
diff options
context:
space:
mode:
authormarkus <>2002-09-05 22:44:45 +0000
committermarkus <>2002-09-05 22:44:45 +0000
commit349cbd2e4adbc627f1a356c7114ff3a53dfb842a (patch)
tree73126e8d8922d3f016ad2caaf8b633c3fed98c90 /src/lib/libcrypto/objects
parentf3e848761b58c1645ce3b150d17770e528f39556 (diff)
downloadopenbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.gz
openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.bz2
openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.zip
import openssl-0.9.7-beta3
Diffstat (limited to 'src/lib/libcrypto/objects')
-rw-r--r--src/lib/libcrypto/objects/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/Makefile.ssl b/src/lib/libcrypto/objects/Makefile.ssl
index efe71eeb35..dda444fad2 100644
--- a/src/lib/libcrypto/objects/Makefile.ssl
+++ b/src/lib/libcrypto/objects/Makefile.ssl
@@ -76,7 +76,7 @@ lint:
76 lint -DLINT $(INCLUDES) $(SRC)>fluff 76 lint -DLINT $(INCLUDES) $(SRC)>fluff
77 77
78depend: 78depend:
79 $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) 79 $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
80 80
81dclean: 81dclean:
82 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new 82 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new