aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile20
1 files changed, 0 insertions, 20 deletions
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 <bsd.subdir.mk>