From 9687e48840bae8d7ae7c6ea2cb3c455a6692f2a9 Mon Sep 17 00:00:00 2001 From: brad <> Date: Wed, 31 Jan 2001 20:49:11 +0000 Subject: remove old infrastructure which is not used anymore. Ok'd by beck@ --- src/lib/libssl/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 3954b2d858..6d6ced309f 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,10 +1,7 @@ .include + ECHO= /bin/echo -.if exists(${.OBJDIR}/src-patent) -SUBDIR= crypto-patent ssl-patent -.else -SUBDIR= crypto ssl -.endif +SUBDIR= crypto ssl .include -- cgit v1.2.3-55-g6feb