Use the correct type in va_arg call, char is promoted to int before calling
[dragonfly/netmp.git] / secure / Makefile.ssh.common
blobe21e55671161b8d53937012da16de78f73f27371
1 # $DragonFly: src/secure/Makefile.ssh.common,v 1.2 2004/08/30 21:59:58 geekgod Exp $
3 SSHDIR=         ${.CURDIR}/../../../crypto/openssh-3.9p1
5 CONTRIBDIR=     ${SSHDIR}
7 CFLAGS+=        -I${.CURDIR}/../../lib/libssh -I${SSHDIR}
9 NOLINT= true
11 .if ${.CURDIR:T} != "libssh"
12 DPADD+= ${LIBSSH}
13 LDADD+= -lssh
14 .endif
16 DPADD+= ${LIBCRYPTO}
17 LDADD+= -lcrypto
19 .PATH:  ${SSHDIR}