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