mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
32202de70d
causing confusion.
11 lines
135 B
Makefile
11 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR=
|
|
.if ${MK_OPENSSH} != "no"
|
|
SUBDIR+=sftp-server ssh-keysign
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|