projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch OPENSSL:
[dragonfly.git]
/
secure
/
Makefile.ssh.common
1
# $DragonFly: src/secure/Makefile.ssh.common,v 1.2 2004/08/30 21:59:58 geekgod Exp $
2
3
SSHDIR= ${.CURDIR}/../../../crypto/openssh-3.9p1
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}