freebsd-nq/secure/usr.sbin/Makefile

9 lines
93 B
Makefile
Raw Normal View History

# $FreeBSD$
SUBDIR=
.if !defined(NO_OPENSSH)
SUBDIR+=sshd
.endif
.include <bsd.subdir.mk>