diff options
author | markus <> | 2003-05-11 21:36:53 +0000 |
---|---|---|
committer | markus <> | 2003-05-11 21:36:53 +0000 |
commit | d8796e3ff9f4d4ef299e84e2d0d2391314ecd811 (patch) | |
tree | d2abfc4050973efdee94c9fdeb16c1be18fbad67 /src/lib/libcrypto/x509v3 | |
parent | cb7ad8e6800971ee3f2b6cd03d0231f7808b1082 (diff) | |
download | openbsd-d8796e3ff9f4d4ef299e84e2d0d2391314ecd811.tar.gz openbsd-d8796e3ff9f4d4ef299e84e2d0d2391314ecd811.tar.bz2 openbsd-d8796e3ff9f4d4ef299e84e2d0d2391314ecd811.zip |
import 0.9.7b (without idea and rc5)
Diffstat (limited to 'src/lib/libcrypto/x509v3')
-rw-r--r-- | src/lib/libcrypto/x509v3/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509v3/Makefile.ssl b/src/lib/libcrypto/x509v3/Makefile.ssl index 3b4ee420fa..5ca169c37c 100644 --- a/src/lib/libcrypto/x509v3/Makefile.ssl +++ b/src/lib/libcrypto/x509v3/Makefile.ssl | |||
@@ -74,7 +74,7 @@ lint: | |||
74 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 74 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
75 | 75 | ||
76 | depend: | 76 | depend: |
77 | $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) | 77 | $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) |
78 | 78 | ||
79 | dclean: | 79 | dclean: |
80 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | 80 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |