Typo from previous commit (forgot the trailing */).
[dragonfly.git] / secure / Makefile.ssh.common
... / ...
CommitLineData
1# $DragonFly: src/secure/Makefile.ssh.common,v 1.3 2005/07/11 22:49:45 corecode Exp $
2
3SSHDIR= ${.CURDIR}/../../../crypto/openssh-4
4
5CONTRIBDIR= ${SSHDIR}
6
7CFLAGS+= -I${.CURDIR}/../../lib/libssh -I${SSHDIR}
8
9NOLINT= true
10
11.if ${.CURDIR:T} != "libssh"
12DPADD+= ${LIBSSH}
13LDADD+= -lssh
14.endif
15
16DPADD+= ${LIBCRYPTO}
17LDADD+= -lcrypto
18
19.PATH: ${SSHDIR}