From 935b3b5aa10e83786ce15468a8f84ab3a7d12f77 Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 7 Jun 2002 06:26:17 +0000 Subject: typo - I am a luser and a moron. --- src/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index ad4c18cdbd..f5306e7fc1 100644 --- a/src/lib/libssl/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb