repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix regression from r301461.
[freebsd-src.git]
/
secure
/
Makefile.inc
blob
ca4cb857f2f72dffe8b96d093bbb53c06ad8174c
1
# $FreeBSD$
2
3
.include <src.opts.mk>
4
5
.if exists(${.CURDIR}/../../lib/libcrypt/obj)
6
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj
7
.else
8
CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt
9
.endif
10
11
.if ${MK_OPENSSH} != "no"
12
SSHDIR= ${.CURDIR}/../../../crypto/openssh
13
.endif
14
15
WARNS?= 0