diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
| commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
| tree | a37e562f560b38e8e087a744d063186d6b1e6746 /secure/lib/Makefile | |
| parent | a964be6d2c35243e54bf5ce12c15339d331189cb (diff) | |
Diffstat (limited to 'secure/lib/Makefile')
| -rw-r--r-- | secure/lib/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile deleted file mode 100644 index 84bba0fc4973..000000000000 --- a/secure/lib/Makefile +++ /dev/null @@ -1,21 +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) && \ - (${USA_RESIDENT} != YES || defined(MAKE_RSAINTL)) -SUBDIR+=librsaintl -.endif -.endif -.if !defined(NO_OPENSSH) -SUBDIR+=libssh -.endif - -.include <bsd.subdir.mk> |
