diff options
author | beck <> | 2002-06-07 06:26:17 +0000 |
---|---|---|
committer | beck <> | 2002-06-07 06:26:17 +0000 |
commit | 935b3b5aa10e83786ce15468a8f84ab3a7d12f77 (patch) | |
tree | c504d6c011aec58cbf91e6b40cba75c0470f7033 /src | |
parent | 820a20ea2b5f97e4a8fb714fedf33edafd40740a (diff) | |
download | openbsd-935b3b5aa10e83786ce15468a8f84ab3a7d12f77.tar.gz openbsd-935b3b5aa10e83786ce15468a8f84ab3a7d12f77.tar.bz2 openbsd-935b3b5aa10e83786ce15468a8f84ab3a7d12f77.zip |
typo - I am a luser and a moron.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | # Build wrapper for OpenSSL | 1 | # Build wrapper for OpenSSL |
2 | # $OpenBSD: Makefile,v 1.9 2002/06/07 03:45:32 beck Exp $ | 2 | # $OpenBSD: Makefile,v 1.10 2002/06/07 06:26:17 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. |
@@ -929,7 +929,7 @@ prereq: ${.OBJDIR}/${SSL_SRC}/Makefile.ssl ${.OBJDIR}/${SSL_SRC}/crypto/objects/ | |||
929 | 929 | ||
930 | install: maninstall | 930 | install: maninstall |
931 | @cd ${.OBJDIR}/crypto && ${MAKE} install | 931 | @cd ${.OBJDIR}/crypto && ${MAKE} install |
932 | @cd ${.OBJDIR}/ssl && ${MAKE} installq | 932 | @cd ${.OBJDIR}/ssl && ${MAKE} install |
933 | 933 | ||
934 | ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h: ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_mac.h | 934 | ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_dat.h: ${.OBJDIR}/${SSL_SRC}/crypto/objects/obj_mac.h |
935 | /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 | 935 | /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 |