]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - secure/usr.bin/scp/Makefile
file: upgrade to 5.41.
[FreeBSD/FreeBSD.git] / secure / usr.bin / scp / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4 .include "${SRCTOP}/secure/ssh.mk"
5
6 PROG=   scp
7 SRCS=   scp.c sftp-common.c sftp-client.c sftp-glob.c progressmeter.c
8 PACKAGE=        ssh
9
10 LIBADD= ssh
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}