aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.sbin/Makefile
blob: e42f456b12d061e2d9cadaccad1854c55b726a90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <src.opts.mk>

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

.if ${MK_TESTS} != "no"
SUBDIR+=tests
.endif

.include <bsd.subdir.mk>