9 lines
156 B
Makefile
9 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher libcrypto libdes libssl
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|