1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-08-08 17:42:36 +00:00
|
|
|
|
2000-02-24 18:59:34 +00:00
|
|
|
SUBDIR= libcipher
|
2001-08-03 16:03:26 +00:00
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
|
1999-10-12 19:48:05 +00:00
|
|
|
SUBDIR+=libtelnet
|
|
|
|
.endif
|
2000-01-30 04:11:37 +00:00
|
|
|
.if !defined(NO_OPENSSL)
|
2000-09-10 00:09:37 +00:00
|
|
|
SUBDIR+=libcrypto libssl
|
2000-02-24 18:59:34 +00:00
|
|
|
.endif
|
|
|
|
.if !defined(NO_OPENSSH)
|
|
|
|
SUBDIR+=libssh
|
2000-01-30 04:11:37 +00:00
|
|
|
.endif
|
1994-08-08 17:42:36 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|