11 lines
153 B
Makefile
11 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR=
|
|
.if ${MK_OPENSSH} != "no"
|
|
SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|