From 3fc228fb4c1a39aceaee3d7013365042a6077bd0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 26 Mar 1999 18:24:03 +0000 Subject: This commit was manufactured by cvs2git to create branch 'OPENBSD_2_5'. --- src/lib/libssl/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/lib/libssl/Makefile (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile new file mode 100644 index 0000000000..3954b2d858 --- /dev/null +++ b/src/lib/libssl/Makefile @@ -0,0 +1,10 @@ +.include +ECHO= /bin/echo + +.if exists(${.OBJDIR}/src-patent) +SUBDIR= crypto-patent ssl-patent +.else +SUBDIR= crypto ssl +.endif + +.include -- cgit v1.2.3-55-g6feb