mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
13 lines
191 B
Makefile
13 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=
|
|
.if !defined(NO_OPENSSL)
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=sftp-server ssh-keysign
|
|
.endif
|
|
.if defined(NO_KERBEROS)
|
|
SUBDIR+=telnetd
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|