mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
13 lines
195 B
Makefile
13 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=
|
|
.if !defined(NO_OPENSSL)
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=sftp-server ssh-keysign
|
|
.endif
|
|
.if !defined(MAKE_KERBEROS5)
|
|
SUBDIR+=telnetd
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|