Update files for OpenSSL-1.0.1b import.
[dragonfly.git] / secure / Makefile.ssh.common
... / ...
CommitLineData
1# $DragonFly: src/secure/Makefile.ssh.common,v 1.4 2008/04/07 01:20:18 pavalos Exp $
2
3SSHDIR= ${.CURDIR}/../../../crypto/openssh
4
5CFLAGS+= -I${.CURDIR}/../../lib/libssh -I${SSHDIR} -include ssh_namespace.h
6
7NOLINT= true
8
9.if ${.CURDIR:T} != "libssh"
10DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
11LDADD+= -lssh -lcrypto -lutil -lz
12.endif
13
14.PATH: ${SSHDIR}