1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/secure/usr.sbin/Makefile

9 lines
117 B
Makefile
Raw Normal View History

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