freebsd-dev/secure/usr.sbin/Makefile
2000-02-24 17:00:55 +00:00

9 lines
93 B
Makefile

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