repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
secure
/
Makefile.inc
blob
7b9cb987e71923411d39131af6eedffb23346c1e
1
# $FreeBSD$
2
3
.include <bsd.own.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_IDEA} == "no"
12
CFLAGS+= -DNO_IDEA
13
.endif
14
15
.if ${MK_OPENSSH} != "no"
16
SSHDIR= ${.CURDIR}/../../../crypto/openssh
17
.endif