mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
1a19815c14
jumps all over kerberised telnet otherwise.
9 lines
139 B
Makefile
9 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher libdes
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|