c6680962bf
Requested by: wollman
12 lines
207 B
Makefile
12 lines
207 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher libdes
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
.if !defined(NO_OPENSSL)
|
|
SUBDIR+=libcrypto librsaglue libssl
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|