mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libcipher libcrypto libdes librsaglue libssl
|
|
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
|
SUBDIR+=libtelnet
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|