NFS - Marathon - completely refactor the nfsm_* macros.
[dragonfly.git] / secure / Makefile.ssh.common
1 # $DragonFly: src/secure/Makefile.ssh.common,v 1.4 2008/04/07 01:20:18 pavalos Exp $
2
3 SSHDIR=         ${.CURDIR}/../../../crypto/openssh
4
5 CFLAGS+=        -I${.CURDIR}/../../lib/libssh -I${SSHDIR} -include ssh_namespace.h
6
7 NOLINT= true
8
9 .if ${.CURDIR:T} != "libssh"
10 DPADD+= ${LIBSSH}
11 LDADD+= -lssh
12 .endif
13
14 DPADD+= ${LIBCRYPTO}
15 LDADD+= -lcrypto
16
17 .PATH:  ${SSHDIR}