repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Catch up with the latest LWKT msgport updating.
[dragonfly/vkernel-mp.git]
/
secure
/
Makefile.ssh.common
blob
938b79b15af47c5df0c1c283cdbe865dc41e12ef
1
# $DragonFly: src/secure/Makefile.ssh.common,v 1.3 2005/07/12 00:49:45 corecode Exp $
2
3
SSHDIR= ${.CURDIR}/../../../crypto/openssh-4
4
5
CONTRIBDIR= ${SSHDIR}
6
7
CFLAGS+= -I${.CURDIR}/../../lib/libssh -I${SSHDIR}
8
9
NOLINT= true
10
11
.if ${.CURDIR:T} != "libssh"
12
DPADD+= ${LIBSSH}
13
LDADD+= -lssh
14
.endif
15
16
DPADD+= ${LIBCRYPTO}
17
LDADD+= -lcrypto
18
19
.PATH: ${SSHDIR}