mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 00:13:04 +01:00
9 lines
167 B
Makefile
9 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher libcrypto libdes librsaglue libssl
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|