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
err() and warn() print the strerror() message by themselves.
[dragonfly.git]
/
secure
/
Makefile.ssh.common
blob
f616ac2be20f7be69a0af158f51085c2d6ed5d09
1
# $DragonFly: src/secure/Makefile.ssh.common,v 1.3 2005/07/11 22: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}