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




                                                 
 
                         
                                                  
      

                 
# $FreeBSD$

.include <src.opts.mk>

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

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

WARNS?=		0