From 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 20 Mar 2000 08:47:53 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_4_0_0_RELEASE'. This commit was manufactured to restore the state of the 4.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- secure/lib/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 secure/lib/Makefile (limited to 'secure/lib/Makefile') diff --git a/secure/lib/Makefile b/secure/lib/Makefile deleted file mode 100644 index 8aeb2bf8dee3..000000000000 --- a/secure/lib/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -SUBDIR= libcipher -.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) -SUBDIR+=libtelnet -.endif -.if !defined(NO_OPENSSL) -SUBDIR+=libcrypto librsaglue libssl -.if exists(${.CURDIR}/../../crypto/openssl/rsaref) -SUBDIR+=librsausa -.endif -.if exists(${.CURDIR}/../../crypto/openssl/crypto/rsa/rsa_eay.c) -SUBDIR+=librsaintl -.endif -.endif -.if !defined(NO_OPENSSH) -SUBDIR+=libssh -.endif - -.include -- cgit v1.3