repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nrelease: kernel moved to boot, make kernel.BOOTP there
[dragonfly.git]
/
secure
/
Makefile.ssh.common
blob
f583b3ca98eed4bf3450b154ceb9258737d90dda
1
# $DragonFly: src/secure/Makefile.ssh.common,v 1.4 2008/04/07 01:20:18 pavalos Exp $
2
3
SSHDIR= ${.CURDIR}/../../../crypto/openssh-5
4
5
CFLAGS+= -I${.CURDIR}/../../lib/libssh -I${SSHDIR} -include ssh_namespace.h
6
7
NOLINT= true
8
9
.if ${.CURDIR:T} != "libssh"
10
DPADD+= ${LIBSSH}
11
LDADD+= -lssh
12
.endif
13
14
DPADD+= ${LIBCRYPTO}
15
LDADD+= -lcrypto
16
17
.PATH: ${SSHDIR}