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

                 
                        
                        

                        
      
      

                        
# $FreeBSD$

SUBDIR= libcipher
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) && !defined(MAKE_KERBEROS5)
SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
SUBDIR+=libcrypto libssl
.if !defined(NO_OPENSSH)
SUBDIR+=libssh
.endif
.endif

.include <bsd.subdir.mk>