diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2002-06-07 06:26:18 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2002-06-07 06:26:18 +0000 |
commit | 4c2d6dce56cc022a439b9909a1e137317bed1f27 (patch) | |
tree | 19a97d9937209cd36b127c39d1b078082a40bca3 | |
parent | 6ed2adf3e47e0620c49a19a5b318644db473f7e8 (diff) |
typo - I am a luser and a moron.
-rw-r--r-- | lib/libssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index ad4c18cdbd3..f5306e7fc1d 100644 --- a/lib/libssl/Makefile +++ b/lib/libssl/Makefile @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile,v 1.9 2002/06/07 03:45:32 beck Exp $ +# $OpenBSD: Makefile,v 1.10 2002/06/07 06:26:17 beck Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -929,7 +929,7 @@ prereq: ${.OBJDIR}/${SSL_SRC}/Makefile.ssl ${.OBJDIR}/${SSL_SRC}/crypto/objects/ install: maninstall @cd ${.OBJDIR}/crypto && ${MAKE} install - @cd ${.OBJDIR}/ssl && ${MAKE} installq + @cd ${.OBJDIR}/ssl && ${MAKE} install ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h: ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_mac.h /usr/bin/perl ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.pl ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_mac.h ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h |