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

                     




                                                 
 
                      

                  
 
                         
                                                  
      
# $FreeBSD$

.include <bsd.own.mk>

.if exists(${.CURDIR}/../../lib/libcrypt/obj)
CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt/obj
.else
CRYPTOBJDIR=	${.CURDIR}/../../lib/libcrypt
.endif

.if ${MK_IDEA} == "no"
CFLAGS+= -DNO_IDEA
.endif

.if ${MK_OPENSSH} != "no"
SSHDIR=		${.CURDIR}/../../../crypto/openssh
.endif