hammer2 - Make snapshot directive more convenient
[dragonfly.git] / secure / Makefile.ssh.common
bloba933759612552e1f9df2136e36941e9ef23c7d8e
1 SSHDIR=         ${.CURDIR}/../../../crypto/openssh
3 CFLAGS+=        -I${.CURDIR}/../../lib/libssh -I${SSHDIR} -include ssh_namespace.h
5 .if ${.CURDIR:T} != "libssh"
6 DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
7 LDADD+= -lssh -lcrypto -lutil -lz
8 .endif
10 .PATH:  ${SSHDIR}