]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - secure/usr.sbin/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / secure / usr.sbin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= 
6 .if ${MK_OPENSSH} != "no"
7 SUBDIR+=sshd
8 .endif
9
10 .if ${MK_TESTS} != "no"
11 SUBDIR+=tests
12 .endif
13
14 .include <bsd.subdir.mk>