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

.include <bsd.own.mk>

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

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

.include <bsd.subdir.mk>