mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR=
|
|
.if !defined(NO_OPENSSH)
|
|
SUBDIR+=sshd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|