diff options
author | beck <> | 2000-12-15 20:32:32 +0000 |
---|---|---|
committer | beck <> | 2000-12-15 20:32:32 +0000 |
commit | 4adf2bc638da02609763e23ad018c2a2e64da6f8 (patch) | |
tree | e3f7365f3a23b2068834964f5ca36231ed7ab81f /src | |
parent | 2df604e8b11d53905a7106e699b199f0f7c5b701 (diff) | |
download | openbsd-4adf2bc638da02609763e23ad018c2a2e64da6f8.tar.gz openbsd-4adf2bc638da02609763e23ad018c2a2e64da6f8.tar.bz2 openbsd-4adf2bc638da02609763e23ad018c2a2e64da6f8.zip |
oops, forgot top level makefile.bsd-wrapper on merge
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index d4426d022c..0776ad0f07 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper | |||
@@ -1,5 +1,5 @@ | |||
1 | # Build wrapper for OpenSSL | 1 | # Build wrapper for OpenSSL |
2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.26 2000/11/19 21:22:04 millert Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.27 2000/12/15 20:32:32 beck Exp $ |
3 | 3 | ||
4 | # Our lndir is hacked; specify a full path to avoid potential conflicts | 4 | # Our lndir is hacked; specify a full path to avoid potential conflicts |
5 | # with the one installed with X11. | 5 | # with the one installed with X11. |
@@ -505,8 +505,12 @@ prereq: ${.OBJDIR}/${SSL_SRC}/Makefile.ssl ${.OBJDIR}/${SSL_SRC}/crypto/objects/ | |||
505 | install: maninstall | 505 | install: maninstall |
506 | cd ${.OBJDIR} && ${MAKE} install | 506 | cd ${.OBJDIR} && ${MAKE} install |
507 | 507 | ||
508 | ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h: ${.OBJDIR}/${SSL_SRC}/crypto/objects/objects.h | 508 | #${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h: ${.OBJDIR}/${SSL_SRC}/crypto/objects/objects.h |
509 | /usr/bin/perl ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.pl ${.OBJDIR}/${SSL_SRC}/crypto/objects/objects.h ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h | 509 | # /usr/bin/perl ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.pl ${.OBJDIR}/${SSL_SRC}/crypto/objects/objects.h ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h |
510 | # Stupid ssl 0.9.6 fucks this up completely, won't even build if you | ||
511 | # try to regenerate obj_dat.h - even with a stock distrib. | ||
512 | ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h: ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h.src | ||
513 | cp ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h.src ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h | ||
510 | 514 | ||
511 | ${.OBJDIR}/${SSL_SRC}/Makefile.ssl : ${.OBJDIR}/${SSL_SRC}/Makefile.org | 515 | ${.OBJDIR}/${SSL_SRC}/Makefile.ssl : ${.OBJDIR}/${SSL_SRC}/Makefile.org |
512 | cd ${.OBJDIR}/${SSL_SRC} && /usr/bin/perl Configure ${SSLCONF} | 516 | cd ${.OBJDIR}/${SSL_SRC} && /usr/bin/perl Configure ${SSLCONF} |