From 9c095a90020a2d1d544cc893ed72e41f34d0fecf Mon Sep 17 00:00:00 2001 From: markus <> Date: Tue, 3 Sep 2002 18:59:55 +0000 Subject: [PATCH] build OpenSSL without symlink trees: * manpage related things moved to src/libssl/man/Makefile * there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead of one single src/libssl/obj * instead of running Configure (with generates lots of symlinks, and opensslconf.h) this patch stores pre-computed opensslconf.h files in src/libssl/crypto/arch * requires a make includes before the library can be built * libssl and libcrypto can be build separately (e.g. cd src/libssl/ssl && make obj && make) * make depend is now supported * no more symlink trees tested by miod@ and fries@ --- src/include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/Makefile b/src/include/Makefile index 1a8a58a4..b221d44e 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.112 2002/06/16 14:42:22 naddy Exp $ +# $OpenBSD: Makefile,v 1.113 2002/09/03 18:59:55 markus Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -44,7 +44,7 @@ RDIRS= ../lib/libc_r ../lib/libcom_err ../lib/libcompat ../lib/libcurses \ ../sys/arch/${MACHINE} # Places using Makefile that needs a prerequisite target met before includes -PRDIRS= ../lib/libssl +PRDIRS= # Directories with an includes target that use Makefile.bsd-wrapper WDIRS= ../usr.sbin/httpd ../gnu/egcs/libio ../gnu/egcs/libstdc++ \