kernel/usb4bsd: Bring in the axge(4) ethernet driver.
[dragonfly.git] / secure / Makefile.ssh.common
1 SSHDIR=         ${.CURDIR}/../../../crypto/openssh
2
3 CFLAGS+=        -I${.CURDIR}/../../lib/libssh -I${SSHDIR} -include ssh_namespace.h
4
5 .if ${.CURDIR:T} != "libssh"
6 DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
7 LDADD+= -lssh -lcrypto -lutil -lz
8 .endif
9
10 .PATH:  ${SSHDIR}