Makefile revision 265037
1# $FreeBSD: stable/10/secure/usr.sbin/Makefile 265037 2014-04-28 04:20:14Z jmmv $
2
3.include <bsd.own.mk>
4
5SUBDIR= 
6.if ${MK_OPENSSH} != "no"
7SUBDIR+=sshd
8.endif
9
10.if ${MK_TESTS} != "no"
11SUBDIR+=tests
12.endif
13
14.include <bsd.subdir.mk>
15