summaryrefslogtreecommitdiff
path: root/secure/usr.sbin/Makefile
blob: 50b863096138c3b5513c9122d393036667df9dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.include <src.opts.mk>

SUBDIR= 
.if ${MK_OPENSSH} != "no"
SUBDIR+=sshd
.endif

SUBDIR.${MK_TESTS}+= tests

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>