summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp/Makefile
blob: 4f0c3f4f98037c45a29992d2f1c343cbd17917bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.21 2018/07/25 17:12:35 deraadt Exp $

.PATH:		${.CURDIR}/..

SRCS=	scp.c
SRCS+=	atomicio.c cleanup.c fatal.c progressmeter.c utf8.c
SRCS+=	${SRCS_BASE}

PROG=	scp

BINDIR=	/usr/bin

.include <bsd.prog.mk>