dsched_fq - Refactor fqp allocation/destruction
[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}
11LDADD+= -lssh
12.endif
13
14DPADD+= ${LIBCRYPTO}
15LDADD+= -lcrypto
16
17.PATH: ${SSHDIR}