mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 23:55:19 -04:00
8 lines
156 B
Makefile
8 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher libcrypto libdes libssl
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|