summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects
diff options
context:
space:
mode:
authormarkus <>2003-05-11 21:36:53 +0000
committermarkus <>2003-05-11 21:36:53 +0000
commitd8796e3ff9f4d4ef299e84e2d0d2391314ecd811 (patch)
treed2abfc4050973efdee94c9fdeb16c1be18fbad67 /src/lib/libcrypto/objects
parentcb7ad8e6800971ee3f2b6cd03d0231f7808b1082 (diff)
downloadopenbsd-d8796e3ff9f4d4ef299e84e2d0d2391314ecd811.tar.gz
openbsd-d8796e3ff9f4d4ef299e84e2d0d2391314ecd811.tar.bz2
openbsd-d8796e3ff9f4d4ef299e84e2d0d2391314ecd811.zip
import 0.9.7b (without idea and rc5)
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 dda444fad2..1f5d213495 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) $(CFLAG) $(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