aboutsummaryrefslogblamecommitdiff
path: root/secure/usr.sbin/Makefile
blob: c0521b95cdb45a6ad8941b5ab8d440376df2c126 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                      
 
        
                         


            
                          
 

                
                        

.include <src.opts.mk>

SUBDIR= 
.if ${MK_OPENSSH} != "no"
SUBDIR+=sshd
.endif

SUBDIR.${MK_TESTS}+= tests

SUBDIR_PARALLEL=

.include <bsd.subdir.mk>