projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Missed file from OpenSSH import.
[dragonfly.git]
/
secure
/
Makefile.ssh.common
1
# $DragonFly: src/secure/Makefile.ssh.common,v 1.1 2004/07/31 19:21:59 geekgod Exp $
2
3
SSHDIR= ${.CURDIR}/../../../crypto/openssh-3.8.1p1
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}