aa92269e46
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
17 lines
218 B
Makefile
17 lines
218 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR=
|
|
.if ${MK_OPENSSH} != "no"
|
|
SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
|
|
.endif
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+=tests
|
|
.endif
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|