freebsd-dev/secure/usr.sbin/Makefile
2014-05-06 04:22:01 +00:00

15 lines
164 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
SUBDIR=
.if ${MK_OPENSSH} != "no"
SUBDIR+=sshd
.endif
.if ${MK_TESTS} != "no"
SUBDIR+=tests
.endif
.include <bsd.subdir.mk>