]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/usr.bin/sftp/Makefile
Import bionic's x86_64 optimized string routines
[FreeBSD/FreeBSD.git] / secure / usr.bin / sftp / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4 .include "${SRCTOP}/secure/ssh.mk"
5
6 PROG=   sftp
7 SRCS=   sftp.c sftp-client.c sftp-common.c sftp-glob.c progressmeter.c
8 PACKAGE=        ssh
9
10 LIBADD= ssh edit
11
12 .if ${MK_LDNS} != "no"
13 CFLAGS+=        -DHAVE_LDNS=1
14 #DPADD+=        ${LIBLDNS}
15 #LDADD+=        -lldns
16 .endif
17
18 .include <bsd.prog.mk>
19
20 .PATH:  ${SSHDIR}