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

.include <src.opts.mk>

SUBDIR= 
.if ${MK_OPENSSL} != "no"
SUBDIR+=libcrypto libssl
.if ${MK_OPENSSH} != "no"
SUBDIR+=libssh
.endif
.endif

SUBDIR.${MK_TESTS}+= tests

.include <bsd.subdir.mk>