aboutsummaryrefslogblamecommitdiff
path: root/secure/libexec/Makefile
blob: 07aa3dd4bdc4368a43e23b984c1d3d32af57c824 (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 
                      
 
       
                         
                                                 
      
 



                       
                        
# $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

.include <bsd.subdir.mk>