abe829c0e3
attempts to link against libcrypto.
8 lines
136 B
Makefile
8 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(NO_OPENSSL)
|
|
SUBDIR= telnetd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|